Class: Aws::MarketplaceDiscovery::Types::GetOfferInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::GetOfferInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offer_id ⇒ String
The unique identifier of the offer to retrieve.
Instance Attribute Details
#offer_id ⇒ String
The unique identifier of the offer to retrieve.
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 |