Class: Aws::Transfer::Types::CreateAgreementResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_idString

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.

Returns:

  • (String)


506
507
508
509
510
# File 'lib/aws-sdk-transfer/types.rb', line 506

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