class Aws::MarketplaceCatalog::Types::ListEntitiesRequest
@note When making an API call, you may pass ListEntitiesRequest
data as a hash: { catalog: "Catalog", # required entity_type: "EntityType", # required filter_list: [ { name: "FilterName", value_list: ["FilterValueContent"], }, ], sort: { sort_by: "SortBy", sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING }, next_token: "NextToken", max_results: 1, }
@!attribute [rw] catalog
The catalog related to the request. Fixed value: `AWSMarketplace` @return [String]
@!attribute [rw] entity_type
The type of entities to retrieve. @return [String]
@!attribute [rw] filter_list
An array of filter objects. Each filter object contains two attributes, `filterName` and `filterValues`. @return [Array<Types::Filter>]
@!attribute [rw] sort
An object that contains two attributes, `SortBy` and `SortOrder`. @return [Types::Sort]
@!attribute [rw] next_token
The value of the next token, if it exists. Null if there are no more results. @return [String]
@!attribute [rw] max_results
Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ListEntitiesRequest AWS API Documentation
Constants
- SENSITIVE