Struct aws_sdk_appflow::model::ConnectorProfileConfig
source · [−]#[non_exhaustive]pub struct ConnectorProfileConfig {
pub connector_profile_properties: Option<ConnectorProfileProperties>,
pub connector_profile_credentials: Option<ConnectorProfileCredentials>,
}
Expand description
Defines the connector-specific configuration and credentials for the connector profile.
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.connector_profile_properties: Option<ConnectorProfileProperties>
The connector-specific properties of the profile configuration.
connector_profile_credentials: Option<ConnectorProfileCredentials>
The connector-specific credentials required by each connector.
Implementations
The connector-specific properties of the profile configuration.
The connector-specific credentials required by each connector.
Creates a new builder-style object to manufacture ConnectorProfileConfig
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 ConnectorProfileConfig
impl Send for ConnectorProfileConfig
impl Sync for ConnectorProfileConfig
impl Unpin for ConnectorProfileConfig
impl UnwindSafe for ConnectorProfileConfig
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