Class: Aws::MarketplaceCatalog::Types::BatchDescribeEntitiesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_detailsHash<String,Types::EntityDetail>

Details about each entity.

Returns:



207
208
209
210
211
212
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 207

class BatchDescribeEntitiesResponse < Struct.new(
  :entity_details,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsHash<String,Types::BatchDescribeErrorDetail>

A map of errors returned, with ‘EntityId` as the key and `errorDetail` as the value.

Returns:



207
208
209
210
211
212
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 207

class BatchDescribeEntitiesResponse < Struct.new(
  :entity_details,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end