Class: Aws::Appflow::Types::DescribeConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorsResponse
- Defined in:
- gems/aws-sdk-appflow/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.
-
#connectors ⇒ Array<Types::ConnectorDetail>
Information about the connectors supported in Amazon AppFlow.
-
#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.
1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1780 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#connectors ⇒ Array<Types::ConnectorDetail>
Information about the connectors supported in Amazon AppFlow.
1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1780 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the next page of data.
1780 1781 1782 1783 1784 1785 1786 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1780 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end |