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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1883
1884
1885
1886
1887
1888
# File 'lib/aws-sdk-appflow/types.rb', line 1883

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

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1883
1884
1885
1886
1887
1888
# File 'lib/aws-sdk-appflow/types.rb', line 1883

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