Class: Aws::Appflow::Types::DescribeConnectorRequest

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 label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

Returns:

  • (String)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1877

class DescribeConnectorRequest < Struct.new(
  :connector_type,
  :connector_label)
  SENSITIVE = []
  include Aws::Structure
end

#connector_typeString

The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

Returns:

  • (String)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1877

class DescribeConnectorRequest < Struct.new(
  :connector_type,
  :connector_label)
  SENSITIVE = []
  include Aws::Structure
end