Describe Entity
marketplacecatalog_describe_entity | R Documentation |
Returns the metadata and content of the entity¶
Description¶
Returns the metadata and content of the entity.
Usage¶
marketplacecatalog_describe_entity(Catalog, EntityId)
Arguments¶
Catalog |
[required] Required. The catalog related to the request. Fixed
value: |
EntityId |
[required] Required. The unique ID of the entity to describe. |
Value¶
A list with the following syntax:
list(
EntityType = "string",
EntityIdentifier = "string",
EntityArn = "string",
LastModifiedDate = "string",
Details = "string",
DetailsDocument = list()
)
Request syntax¶
svc$describe_entity(
Catalog = "string",
EntityId = "string"
)