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:



1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1857

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)


1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1857

class DescribeConnectorProfilesResponse < Struct.new(
  :connector_profile_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end