Class: Aws::MarketplaceCatalog::Types::ListChangeSetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog related to the request. Fixed value: AWSMarketplace

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1294

class ListChangeSetsRequest < Struct.new(
  :catalog,
  :filter_list,
  :sort,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filter_listArray<Types::Filter>

An array of filter objects.

Returns:



1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1294

class ListChangeSetsRequest < Struct.new(
  :catalog,
  :filter_list,
  :sort,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1294

class ListChangeSetsRequest < Struct.new(
  :catalog,
  :filter_list,
  :sort,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1294

class ListChangeSetsRequest < Struct.new(
  :catalog,
  :filter_list,
  :sort,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::Sort

An object that contains two attributes, SortBy and SortOrder.

Returns:



1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1294

class ListChangeSetsRequest < Struct.new(
  :catalog,
  :filter_list,
  :sort,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end