Class: Aws::MarketplaceCatalog::Types::BatchDescribeEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::BatchDescribeEntitiesResponse
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_details ⇒ Hash<String,Types::EntityDetail>
Details about each entity.
-
#errors ⇒ Hash<String,Types::BatchDescribeErrorDetail>
A map of errors returned, with
EntityId
as the key anderrorDetail
as the value.
Instance Attribute Details
#entity_details ⇒ Hash<String,Types::EntityDetail>
Details about each entity.
207 208 209 210 211 212 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 207 class BatchDescribeEntitiesResponse < Struct.new( :entity_details, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Hash<String,Types::BatchDescribeErrorDetail>
A map of errors returned, with EntityId
as the key and
errorDetail
as the value.
207 208 209 210 211 212 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 207 class BatchDescribeEntitiesResponse < Struct.new( :entity_details, :errors) SENSITIVE = [] include Aws::Structure end |