Struct aws_sdk_appflow::model::ConnectorOperator
source · [−]#[non_exhaustive]pub struct ConnectorOperator {Show 15 fields
pub amplitude: Option<AmplitudeConnectorOperator>,
pub datadog: Option<DatadogConnectorOperator>,
pub dynatrace: Option<DynatraceConnectorOperator>,
pub google_analytics: Option<GoogleAnalyticsConnectorOperator>,
pub infor_nexus: Option<InforNexusConnectorOperator>,
pub marketo: Option<MarketoConnectorOperator>,
pub s3: Option<S3ConnectorOperator>,
pub salesforce: Option<SalesforceConnectorOperator>,
pub service_now: Option<ServiceNowConnectorOperator>,
pub singular: Option<SingularConnectorOperator>,
pub slack: Option<SlackConnectorOperator>,
pub trendmicro: Option<TrendmicroConnectorOperator>,
pub veeva: Option<VeevaConnectorOperator>,
pub zendesk: Option<ZendeskConnectorOperator>,
pub sapo_data: Option<SapoDataConnectorOperator>,
}
Expand description
The operation to be performed on the provided source fields.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.amplitude: Option<AmplitudeConnectorOperator>
The operation to be performed on the provided Amplitude source fields.
datadog: Option<DatadogConnectorOperator>
The operation to be performed on the provided Datadog source fields.
dynatrace: Option<DynatraceConnectorOperator>
The operation to be performed on the provided Dynatrace source fields.
google_analytics: Option<GoogleAnalyticsConnectorOperator>
The operation to be performed on the provided Google Analytics source fields.
infor_nexus: Option<InforNexusConnectorOperator>
The operation to be performed on the provided Infor Nexus source fields.
marketo: Option<MarketoConnectorOperator>
The operation to be performed on the provided Marketo source fields.
s3: Option<S3ConnectorOperator>
The operation to be performed on the provided Amazon S3 source fields.
salesforce: Option<SalesforceConnectorOperator>
The operation to be performed on the provided Salesforce source fields.
service_now: Option<ServiceNowConnectorOperator>
The operation to be performed on the provided ServiceNow source fields.
singular: Option<SingularConnectorOperator>
The operation to be performed on the provided Singular source fields.
slack: Option<SlackConnectorOperator>
The operation to be performed on the provided Slack source fields.
trendmicro: Option<TrendmicroConnectorOperator>
The operation to be performed on the provided Trend Micro source fields.
veeva: Option<VeevaConnectorOperator>
The operation to be performed on the provided Veeva source fields.
zendesk: Option<ZendeskConnectorOperator>
The operation to be performed on the provided Zendesk source fields.
sapo_data: Option<SapoDataConnectorOperator>
The operation to be performed on the provided SAPOData source fields.
Implementations
The operation to be performed on the provided Amplitude source fields.
The operation to be performed on the provided Datadog source fields.
The operation to be performed on the provided Dynatrace source fields.
The operation to be performed on the provided Google Analytics source fields.
The operation to be performed on the provided Infor Nexus source fields.
The operation to be performed on the provided Marketo source fields.
The operation to be performed on the provided Amazon S3 source fields.
The operation to be performed on the provided Salesforce source fields.
The operation to be performed on the provided ServiceNow source fields.
The operation to be performed on the provided Singular source fields.
The operation to be performed on the provided Slack source fields.
The operation to be performed on the provided Trend Micro source fields.
The operation to be performed on the provided Veeva source fields.
The operation to be performed on the provided Zendesk source fields.
The operation to be performed on the provided SAPOData source fields.
Creates a new builder-style object to manufacture ConnectorOperator
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConnectorOperator
impl Send for ConnectorOperator
impl Sync for ConnectorOperator
impl Unpin for ConnectorOperator
impl UnwindSafe for ConnectorOperator
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more