Struct aws_sdk_appflow::model::ConnectorProfileConfig
source · [−]#[non_exhaustive]pub struct ConnectorProfileConfig { /* private fields */ }
Expand description
Defines the connector-specific configuration and credentials for the connector profile.
Implementations
sourceimpl ConnectorProfileConfig
impl ConnectorProfileConfig
sourcepub fn connector_profile_properties(
&self
) -> Option<&ConnectorProfileProperties>
pub fn connector_profile_properties(
&self
) -> Option<&ConnectorProfileProperties>
The connector-specific properties of the profile configuration.
sourcepub fn connector_profile_credentials(
&self
) -> Option<&ConnectorProfileCredentials>
pub fn connector_profile_credentials(
&self
) -> Option<&ConnectorProfileCredentials>
The connector-specific credentials required by each connector.
sourceimpl ConnectorProfileConfig
impl ConnectorProfileConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectorProfileConfig
.
Trait Implementations
sourceimpl Clone for ConnectorProfileConfig
impl Clone for ConnectorProfileConfig
sourcefn clone(&self) -> ConnectorProfileConfig
fn clone(&self) -> ConnectorProfileConfig
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 ConnectorProfileConfig
impl Debug for ConnectorProfileConfig
sourceimpl PartialEq<ConnectorProfileConfig> for ConnectorProfileConfig
impl PartialEq<ConnectorProfileConfig> for ConnectorProfileConfig
sourcefn eq(&self, other: &ConnectorProfileConfig) -> bool
fn eq(&self, other: &ConnectorProfileConfig) -> bool
impl StructuralPartialEq for ConnectorProfileConfig
Auto Trait Implementations
impl RefUnwindSafe for ConnectorProfileConfig
impl Send for ConnectorProfileConfig
impl Sync for ConnectorProfileConfig
impl Unpin for ConnectorProfileConfig
impl UnwindSafe for ConnectorProfileConfig
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