Class: Aws::Transfer::Types::UpdateAgreementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateAgreementResponse
- 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.
Instance Attribute Details
#agreement_id ⇒ String
A unique identifier for the agreement. This identifier is returned when you create an agreement.
6212 6213 6214 6215 6216 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6212 class UpdateAgreementResponse < Struct.new( :agreement_id) SENSITIVE = [] include Aws::Structure end |