Class: Aws::Transfer::Types::DescribeAgreementResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreementTypes::DescribedAgreement

The details for the specified agreement, returned as a DescribedAgreement object.



1740
1741
1742
1743
1744
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1740

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