Class: Aws::MarketplaceCatalog::Types::ListEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::ListEntitiesResponse
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_summary_list ⇒ Array<Types::EntitySummary>
Array of
EntitySummaryobjects. -
#next_token ⇒ String
The value of the next token if it exists.
Instance Attribute Details
#entity_summary_list ⇒ Array<Types::EntitySummary>
Array of EntitySummary objects.
1460 1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1460 class ListEntitiesResponse < Struct.new( :entity_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The value of the next token if it exists. Null if there is no more result.
1460 1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1460 class ListEntitiesResponse < Struct.new( :entity_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |