Class: Aws::Appflow::Types::DescribeConnectorProfilesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_detailsArray<Types::ConnectorProfile>

Returns information about the connector profiles associated with the flow.

Returns:



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_tokenString

The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.

Returns:

  • (String)


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