class Aws::MarketplaceCatalog::Types::ListChangeSetsRequest
@note When making an API call, you may pass ListChangeSetsRequest
data as a hash: { catalog: "Catalog", # required filter_list: [ { name: "FilterName", value_list: ["FilterValueContent"], }, ], sort: { sort_by: "SortBy", sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING }, max_results: 1, next_token: "NextToken", }
@!attribute [rw] catalog
The catalog related to the request. Fixed value: `AWSMarketplace` @return [String]
@!attribute [rw] filter_list
An array of filter objects. @return [Array<Types::Filter>]
@!attribute [rw] sort
An object that contains two attributes, `SortBy` and `SortOrder`. @return [Types::Sort]
@!attribute [rw] max_results
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20. @return [Integer]
@!attribute [rw] next_token
The token value retrieved from a previous call to access the next page of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ListChangeSetsRequest AWS API Documentation
Constants
- SENSITIVE