Class: Aws::MarketplaceDiscovery::Types::GetOfferInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offer_idString

The unique identifier of the offer to retrieve.

Returns:



996
997
998
999
1000
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 996

class GetOfferInput < Struct.new(
  :offer_id)
  SENSITIVE = []
  include Aws::Structure
end