Class: Aws::Appflow::Types::DescribeConnectorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_configurationsHash<String,Types::ConnectorConfiguration>

The configuration that is applied to the connectors used in the flow.

Returns:



1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1934

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

#connectorsArray<Types::ConnectorDetail>

Information about the connectors supported in Amazon AppFlow.

Returns:



1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1934

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

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1934

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