Class: Aws::MarketplaceAgreement::Types::DescribeAgreementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::DescribeAgreementInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_id ⇒ String
The unique identifier of the agreement.
Instance Attribute Details
#agreement_id ⇒ String
The unique identifier of the agreement.
336 337 338 339 340 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 336 class DescribeAgreementInput < Struct.new( :agreement_id) SENSITIVE = [] include Aws::Structure end |