Struct aws_sdk_appflow::model::ConnectorOperator
source · [−]#[non_exhaustive]pub struct ConnectorOperator { /* private fields */ }
Expand description
The operation to be performed on the provided source fields.
Implementations
sourceimpl ConnectorOperator
impl ConnectorOperator
sourcepub fn amplitude(&self) -> Option<&AmplitudeConnectorOperator>
pub fn amplitude(&self) -> Option<&AmplitudeConnectorOperator>
The operation to be performed on the provided Amplitude source fields.
sourcepub fn datadog(&self) -> Option<&DatadogConnectorOperator>
pub fn datadog(&self) -> Option<&DatadogConnectorOperator>
The operation to be performed on the provided Datadog source fields.
sourcepub fn dynatrace(&self) -> Option<&DynatraceConnectorOperator>
pub fn dynatrace(&self) -> Option<&DynatraceConnectorOperator>
The operation to be performed on the provided Dynatrace source fields.
sourcepub fn google_analytics(&self) -> Option<&GoogleAnalyticsConnectorOperator>
pub fn google_analytics(&self) -> Option<&GoogleAnalyticsConnectorOperator>
The operation to be performed on the provided Google Analytics source fields.
sourcepub fn infor_nexus(&self) -> Option<&InforNexusConnectorOperator>
pub fn infor_nexus(&self) -> Option<&InforNexusConnectorOperator>
The operation to be performed on the provided Infor Nexus source fields.
sourcepub fn marketo(&self) -> Option<&MarketoConnectorOperator>
pub fn marketo(&self) -> Option<&MarketoConnectorOperator>
The operation to be performed on the provided Marketo source fields.
sourcepub fn s3(&self) -> Option<&S3ConnectorOperator>
pub fn s3(&self) -> Option<&S3ConnectorOperator>
The operation to be performed on the provided Amazon S3 source fields.
sourcepub fn salesforce(&self) -> Option<&SalesforceConnectorOperator>
pub fn salesforce(&self) -> Option<&SalesforceConnectorOperator>
The operation to be performed on the provided Salesforce source fields.
sourcepub fn service_now(&self) -> Option<&ServiceNowConnectorOperator>
pub fn service_now(&self) -> Option<&ServiceNowConnectorOperator>
The operation to be performed on the provided ServiceNow source fields.
sourcepub fn singular(&self) -> Option<&SingularConnectorOperator>
pub fn singular(&self) -> Option<&SingularConnectorOperator>
The operation to be performed on the provided Singular source fields.
sourcepub fn slack(&self) -> Option<&SlackConnectorOperator>
pub fn slack(&self) -> Option<&SlackConnectorOperator>
The operation to be performed on the provided Slack source fields.
sourcepub fn trendmicro(&self) -> Option<&TrendmicroConnectorOperator>
pub fn trendmicro(&self) -> Option<&TrendmicroConnectorOperator>
The operation to be performed on the provided Trend Micro source fields.
sourcepub fn veeva(&self) -> Option<&VeevaConnectorOperator>
pub fn veeva(&self) -> Option<&VeevaConnectorOperator>
The operation to be performed on the provided Veeva source fields.
sourcepub fn zendesk(&self) -> Option<&ZendeskConnectorOperator>
pub fn zendesk(&self) -> Option<&ZendeskConnectorOperator>
The operation to be performed on the provided Zendesk source fields.
sourcepub fn sapo_data(&self) -> Option<&SapoDataConnectorOperator>
pub fn sapo_data(&self) -> Option<&SapoDataConnectorOperator>
The operation to be performed on the provided SAPOData source fields.
sourcepub fn custom_connector(&self) -> Option<&Operator>
pub fn custom_connector(&self) -> Option<&Operator>
Operators supported by the custom connector.
sourceimpl ConnectorOperator
impl ConnectorOperator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectorOperator
.
Trait Implementations
sourceimpl Clone for ConnectorOperator
impl Clone for ConnectorOperator
sourcefn clone(&self) -> ConnectorOperator
fn clone(&self) -> ConnectorOperator
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more