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
EntitySummary
objects. -
#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.
1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1400 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.
1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1400 class ListEntitiesResponse < Struct.new( :entity_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |