Class: Aws::Appflow::Types::DescribeConnectorProfilesRequest

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_labelString

The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1835

class DescribeConnectorProfilesRequest < Struct.new(
  :connector_profile_names,
  :connector_type,
  :connector_label,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#connector_profile_namesArray<String>

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

Returns:

  • (Array<String>)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1835

class DescribeConnectorProfilesRequest < Struct.new(
  :connector_profile_names,
  :connector_type,
  :connector_label,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#connector_typeString

The type of connector, such as Salesforce, Amplitude, and so on.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1835

class DescribeConnectorProfilesRequest < Struct.new(
  :connector_profile_names,
  :connector_type,
  :connector_label,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

Returns:

  • (Integer)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1835

class DescribeConnectorProfilesRequest < Struct.new(
  :connector_profile_names,
  :connector_type,
  :connector_label,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1835

class DescribeConnectorProfilesRequest < Struct.new(
  :connector_profile_names,
  :connector_type,
  :connector_label,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end