Class: Aws::Appflow::Types::DescribeConnectorProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_profile_details ⇒ Array<Types::ConnectorProfile>
Returns information about the connector profiles associated with the flow.
-
#next_token ⇒ String
The pagination token for the next page of data.
Instance Attribute Details
#connector_profile_details ⇒ Array<Types::ConnectorProfile>
Returns information about the connector profiles associated with the flow.
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-appflow/types.rb', line 1857 class DescribeConnectorProfilesResponse < Struct.new( :connector_profile_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the next page of data. If ‘nextToken=null`, this means that all records have been fetched.
1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-appflow/types.rb', line 1857 class DescribeConnectorProfilesResponse < Struct.new( :connector_profile_details, :next_token) SENSITIVE = [] include Aws::Structure end |