Class: Aws::MarketplaceCatalog::Types::ListChangeSetsResponse

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

#change_set_summary_listArray<Types::ChangeSetSummaryListItem>

Array of ChangeSetSummaryListItem objects.



1315
1316
1317
1318
1319
1320
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1315

class ListChangeSetsResponse < Struct.new(
  :change_set_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The value of the next token, if it exists. Null if there are no more results.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1315

class ListChangeSetsResponse < Struct.new(
  :change_set_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end