Class: Aws::Appflow::Types::ConnectorOperator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorOperator
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The operation to be performed on the provided source fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amplitude ⇒ String
The operation to be performed on the provided Amplitude source fields.
-
#custom_connector ⇒ String
Operators supported by the custom connector.
-
#datadog ⇒ String
The operation to be performed on the provided Datadog source fields.
-
#dynatrace ⇒ String
The operation to be performed on the provided Dynatrace source fields.
-
#google_analytics ⇒ String
The operation to be performed on the provided Google Analytics source fields.
-
#infor_nexus ⇒ String
The operation to be performed on the provided Infor Nexus source fields.
-
#marketo ⇒ String
The operation to be performed on the provided Marketo source fields.
-
#pardot ⇒ String
The operation to be performed on the provided Salesforce Pardot 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.
-
#sapo_data ⇒ String
The operation to be performed on the provided SAPOData source fields.
-
#service_now ⇒ String
The operation to be performed on the provided ServiceNow source fields.
-
#singular ⇒ String
The operation to be performed on the provided Singular source fields.
-
#slack ⇒ String
The operation to be performed on the provided Slack source fields.
-
#trendmicro ⇒ String
The operation to be performed on the provided Trend Micro source fields.
-
#veeva ⇒ String
The operation to be performed on the provided Veeva source fields.
-
#zendesk ⇒ String
The operation to be performed on the provided Zendesk source fields.
Instance Attribute Details
#amplitude ⇒ String
The operation to be performed on the provided Amplitude source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#custom_connector ⇒ String
Operators supported by the custom connector.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#datadog ⇒ String
The operation to be performed on the provided Datadog source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#dynatrace ⇒ String
The operation to be performed on the provided Dynatrace source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#google_analytics ⇒ String
The operation to be performed on the provided Google Analytics source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#infor_nexus ⇒ String
The operation to be performed on the provided Infor Nexus source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#marketo ⇒ String
The operation to be performed on the provided Marketo source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#pardot ⇒ String
The operation to be performed on the provided Salesforce Pardot source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ String
The operation to be performed on the provided Amazon S3 source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#salesforce ⇒ String
The operation to be performed on the provided Salesforce source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#sapo_data ⇒ String
The operation to be performed on the provided SAPOData source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#service_now ⇒ String
The operation to be performed on the provided ServiceNow source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#singular ⇒ String
The operation to be performed on the provided Singular source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#slack ⇒ String
The operation to be performed on the provided Slack source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#trendmicro ⇒ String
The operation to be performed on the provided Trend Micro source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#veeva ⇒ String
The operation to be performed on the provided Veeva source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |
#zendesk ⇒ String
The operation to be performed on the provided Zendesk source fields.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 784 class ConnectorOperator < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |