Class: Aws::Transfer::Types::ListAgreementsResponse

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

#agreementsArray<Types::ListedAgreement>

Returns an array, where each item contains the details of an agreement.

Returns:


3209
3210
3211
3212
3213
3214
# File 'lib/aws-sdk-transfer/types.rb', line 3209

class ListAgreementsResponse < Struct.new(
  :next_token,
  :agreements)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns a token that you can use to call `ListAgreements` again and receive additional results, if there are any.

Returns:

  • (String)

3209
3210
3211
3212
3213
3214
# File 'lib/aws-sdk-transfer/types.rb', line 3209

class ListAgreementsResponse < Struct.new(
  :next_token,
  :agreements)
  SENSITIVE = []
  include Aws::Structure
end