Class: Aws::Transfer::Types::UpdateAgreementResponse

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

A unique identifier for the agreement. This identifier is returned when you create an agreement.

Returns:

  • (String)


5751
5752
5753
5754
5755
# File 'lib/aws-sdk-transfer/types.rb', line 5751

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