Class: Aws::MarketplaceDiscovery::Types::GetOfferSetInput

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_set_idString

The unique identifier of the offer set to retrieve.

Returns:

  • (String)


1076
1077
1078
1079
1080
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 1076

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