Class: Aws::Transfer::Types::ListConnectorsResponse

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

#connectorsArray<Types::ListedConnector>

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

Returns:



3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-transfer/types.rb', line 3287

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

#next_tokenString

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

Returns:

  • (String)


3287
3288
3289
3290
3291
3292
# File 'lib/aws-sdk-transfer/types.rb', line 3287

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