Class: Aws::Appflow::Types::DescribeConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_configurations ⇒ Hash<String,Types::ConnectorConfiguration>
The configuration that is applied to the connectors used in the flow.
-
#next_token ⇒ String
The pagination token for the next page of data.
Instance Attribute Details
#connector_configurations ⇒ Hash<String,Types::ConnectorConfiguration>
The configuration that is applied to the connectors used in the flow.
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_token ⇒ String
The pagination token for the next page of data.
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 |