Struct aws_sdk_appflow::types::ConnectorProfileConfig
source · #[non_exhaustive]pub struct ConnectorProfileConfig { /* private fields */ }
Expand description
Defines the connector-specific configuration and credentials for the connector profile.
Implementations§
source§impl 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.
source§impl ConnectorProfileConfig
impl ConnectorProfileConfig
sourcepub fn builder() -> ConnectorProfileConfigBuilder
pub fn builder() -> ConnectorProfileConfigBuilder
Creates a new builder-style object to manufacture ConnectorProfileConfig
.
Trait Implementations§
source§impl Clone for ConnectorProfileConfig
impl Clone for ConnectorProfileConfig
source§fn clone(&self) -> ConnectorProfileConfig
fn clone(&self) -> ConnectorProfileConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConnectorProfileConfig
impl Debug for ConnectorProfileConfig
source§impl PartialEq<ConnectorProfileConfig> for ConnectorProfileConfig
impl PartialEq<ConnectorProfileConfig> for ConnectorProfileConfig
source§fn eq(&self, other: &ConnectorProfileConfig) -> bool
fn eq(&self, other: &ConnectorProfileConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more