Class: Aws::Transfer::Types::ListConnectorsRequest

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

#max_resultsInteger

The maximum number of connectors to return.

Returns:

  • (Integer)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3680

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

#next_tokenString

When you can get additional results from the ListConnectors 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 connectors.

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3680

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