Struct aws_sdk_appflow::model::ConnectorOperator
source · [−]#[non_exhaustive]pub struct ConnectorOperator {Show 16 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>,
pub custom_connector: Option<Operator>,
}
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.
custom_connector: Option<Operator>
Operators supported by the custom connector.
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
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ConnectorOperator
impl Debug for ConnectorOperator
sourceimpl PartialEq<ConnectorOperator> for ConnectorOperator
impl PartialEq<ConnectorOperator> for ConnectorOperator
sourcefn eq(&self, other: &ConnectorOperator) -> bool
fn eq(&self, other: &ConnectorOperator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ConnectorOperator) -> bool
fn ne(&self, other: &ConnectorOperator) -> bool
This method tests for !=
.
impl StructuralPartialEq for ConnectorOperator
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more