Class: Aws::Transfer::Types::DescribeAgreementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1585

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

#server_idString

The server identifier that's associated with the agreement.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1585

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