Class: Aws::Transfer::Types::CreateAgreementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateAgreementResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_id ⇒ String
The unique identifier for the agreement.
Instance Attribute Details
#agreement_id ⇒ String
The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.
649 650 651 652 653 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 649 class CreateAgreementResponse < Struct.new( :agreement_id) SENSITIVE = [] include Aws::Structure end |