Struct aws_sdk_appflow::model::DestinationFlowConfig
source · [−]#[non_exhaustive]pub struct DestinationFlowConfig { /* private fields */ }
Expand description
Contains information about the configuration of destination connectors present in the flow.
Implementations
sourceimpl DestinationFlowConfig
impl DestinationFlowConfig
sourcepub fn connector_type(&self) -> Option<&ConnectorType>
pub fn connector_type(&self) -> Option<&ConnectorType>
The type of connector, such as Salesforce, Amplitude, and so on.
sourcepub fn api_version(&self) -> Option<&str>
pub fn api_version(&self) -> Option<&str>
The API version that the destination connector uses.
sourcepub fn connector_profile_name(&self) -> Option<&str>
pub fn connector_profile_name(&self) -> Option<&str>
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
sourcepub fn destination_connector_properties(
&self
) -> Option<&DestinationConnectorProperties>
pub fn destination_connector_properties(
&self
) -> Option<&DestinationConnectorProperties>
This stores the information that is required to query a particular connector.
sourceimpl DestinationFlowConfig
impl DestinationFlowConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationFlowConfig
.
Trait Implementations
sourceimpl Clone for DestinationFlowConfig
impl Clone for DestinationFlowConfig
sourcefn clone(&self) -> DestinationFlowConfig
fn clone(&self) -> DestinationFlowConfig
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 moresourceimpl Debug for DestinationFlowConfig
impl Debug for DestinationFlowConfig
sourceimpl PartialEq<DestinationFlowConfig> for DestinationFlowConfig
impl PartialEq<DestinationFlowConfig> for DestinationFlowConfig
sourcefn eq(&self, other: &DestinationFlowConfig) -> bool
fn eq(&self, other: &DestinationFlowConfig) -> bool
impl StructuralPartialEq for DestinationFlowConfig
Auto Trait Implementations
impl RefUnwindSafe for DestinationFlowConfig
impl Send for DestinationFlowConfig
impl Sync for DestinationFlowConfig
impl Unpin for DestinationFlowConfig
impl UnwindSafe for DestinationFlowConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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