Class: Aws::Transfer::Types::DescribeAgreementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeAgreementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement ⇒ Types::DescribedAgreement
The details for the specified agreement, returned as a `DescribedAgreement` object.
Instance Attribute Details
#agreement ⇒ Types::DescribedAgreement
The details for the specified agreement, returned as a `DescribedAgreement` object.
1412 1413 1414 1415 1416 |
# File 'lib/aws-sdk-transfer/types.rb', line 1412 class DescribeAgreementResponse < Struct.new( :agreement) SENSITIVE = [] include Aws::Structure end |