Class: Aws::CustomerProfiles::Types::ConnectorOperator

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

Overview

The operation to be performed on the provided source fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#marketoString

The operation to be performed on the provided Marketo source fields.

Returns:

  • (String)


572
573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 572

class ConnectorOperator < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#s3String

The operation to be performed on the provided Amazon S3 source fields.

Returns:

  • (String)


572
573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 572

class ConnectorOperator < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#salesforceString

The operation to be performed on the provided Salesforce source fields.

Returns:

  • (String)


572
573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 572

class ConnectorOperator < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#service_nowString

The operation to be performed on the provided ServiceNow source fields.

Returns:

  • (String)


572
573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 572

class ConnectorOperator < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#zendeskString

The operation to be performed on the provided Zendesk source fields.

Returns:

  • (String)


572
573
574
575
576
577
578
579
580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 572

class ConnectorOperator < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end