Class: Aws::Transfer::Types::DescribeAgreementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeAgreementRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_id ⇒ String
A unique identifier for the agreement.
-
#server_id ⇒ String
The server identifier that's associated with the agreement.
Instance Attribute Details
#agreement_id ⇒ String
A unique identifier for the agreement. This identifier is returned when you create an agreement.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1726 class DescribeAgreementRequest < Struct.new( :agreement_id, :server_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The server identifier that's associated with the agreement.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1726 class DescribeAgreementRequest < Struct.new( :agreement_id, :server_id) SENSITIVE = [] include Aws::Structure end |