Class: Aws::Appflow::Types::DescribeConnectorProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorProfilesResponse
- Defined in:
- gems/aws-sdk-appflow/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.
1703 1704 1705 1706 1707 1708 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1703 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.
1703 1704 1705 1706 1707 1708 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1703 class DescribeConnectorProfilesResponse < Struct.new( :connector_profile_details, :next_token) SENSITIVE = [] include Aws::Structure end |