View source: R/marketplacecatalog_operations.R
marketplacecatalog_list_entities | R Documentation |
Provides the list of entities of a given type.
See https://www.paws-r-sdk.com/docs/marketplacecatalog_list_entities/ for full documentation.
marketplacecatalog_list_entities(
Catalog,
EntityType,
FilterList = NULL,
Sort = NULL,
NextToken = NULL,
MaxResults = NULL,
OwnershipType = NULL,
EntityTypeFilters = NULL,
EntityTypeSort = NULL
)
Catalog |
[required] The catalog related to the request. Fixed value: |
EntityType |
[required] The type of entities to retrieve. Valid values are: |
FilterList |
An array of filter objects. Each filter object contains two attributes,
|
Sort |
An object that contains two attributes, |
NextToken |
The value of the next token, if it exists. Null if there are no more results. |
MaxResults |
Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20. |
OwnershipType |
Filters the returned set of entities based on their owner. The default
is |
EntityTypeFilters |
A Union object containing filter shapes for all |
EntityTypeSort |
A Union object containing |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.