Class: Aws::Transfer::Types::ListAgreementsRequest

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

#max_resultsInteger

The maximum number of agreements to return.

Returns:

  • (Integer)


3613
3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-transfer/types.rb', line 3613

class ListAgreementsRequest < Struct.new(
  :max_results,
  :next_token,
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When you can get additional results from the ‘ListAgreements` call, a `NextToken` parameter is returned in the output. You can then pass in a subsequent command to the `NextToken` parameter to continue listing additional agreements.

Returns:

  • (String)


3613
3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-transfer/types.rb', line 3613

class ListAgreementsRequest < Struct.new(
  :max_results,
  :next_token,
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The identifier of the server for which you want a list of agreements.

Returns:

  • (String)


3613
3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-transfer/types.rb', line 3613

class ListAgreementsRequest < Struct.new(
  :max_results,
  :next_token,
  :server_id)
  SENSITIVE = []
  include Aws::Structure
end