Class: Aws::Appflow::Types::DescribeConnectorsRequest

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_typesArray<String>

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

Returns:

  • (Array<String>)


1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1911

class DescribeConnectorsRequest < Struct.new(
  :connector_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items that should be returned in the result set. The default is 20.

Returns:

  • (Integer)


1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1911

class DescribeConnectorsRequest < Struct.new(
  :connector_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1911

class DescribeConnectorsRequest < Struct.new(
  :connector_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end