Class: Aws::MarketplaceCatalog::Types::ListEntitiesResponse

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

#entity_summary_listArray<Types::EntitySummary>

Array of EntitySummary objects.

Returns:



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_tokenString

The value of the next token if it exists. Null if there is no more result.

Returns:

  • (String)


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