Class: Aws::MarketplaceCatalog::Types::DescribeEntityRequest

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

#catalogString

Required. The catalog related to the request. Fixed value: AWSMarketplace

Returns:

  • (String)


859
860
861
862
863
864
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 859

class DescribeEntityRequest < Struct.new(
  :catalog,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

Required. The unique ID of the entity to describe.

Returns:

  • (String)


859
860
861
862
863
864
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 859

class DescribeEntityRequest < Struct.new(
  :catalog,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end