Class: Aws::CustomerProfiles::Types::ConnectorOperator
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ConnectorOperator
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
When making an API call, you may pass ConnectorOperator data as a hash:
{
marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
}
The operation to be performed on the provided source fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketo ⇒ String
The operation to be performed on the provided Marketo source fields.
-
#s3 ⇒ String
The operation to be performed on the provided Amazon S3 source fields.
-
#salesforce ⇒ String
The operation to be performed on the provided Salesforce source fields.
-
#service_now ⇒ String
The operation to be performed on the provided ServiceNow source fields.
-
#zendesk ⇒ String
The operation to be performed on the provided Zendesk source fields.
Instance Attribute Details
#marketo ⇒ String
The operation to be performed on the provided Marketo source fields.
525 526 527 528 529 530 531 532 533 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 525 class ConnectorOperator < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ String
The operation to be performed on the provided Amazon S3 source fields.
525 526 527 528 529 530 531 532 533 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 525 class ConnectorOperator < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#salesforce ⇒ String
The operation to be performed on the provided Salesforce source fields.
525 526 527 528 529 530 531 532 533 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 525 class ConnectorOperator < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#service_now ⇒ String
The operation to be performed on the provided ServiceNow source fields.
525 526 527 528 529 530 531 532 533 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 525 class ConnectorOperator < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#zendesk ⇒ String
The operation to be performed on the provided Zendesk source fields.
525 526 527 528 529 530 531 532 533 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 525 class ConnectorOperator < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |