Struct aws_sdk_appflow::input::UpdateConnectorProfileInput [−][src]
#[non_exhaustive]pub struct UpdateConnectorProfileInput {
pub connector_profile_name: Option<String>,
pub connection_mode: Option<ConnectionMode>,
pub connector_profile_config: Option<ConnectorProfileConfig>,
}
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_name: Option<String>
The name of the connector profile and is unique for each ConnectorProfile
in
the Amazon Web Services account.
connection_mode: Option<ConnectionMode>
Indicates the connection mode and if it is public or private.
connector_profile_config: Option<ConnectorProfileConfig>
Defines the connector-specific profile configuration and credentials.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnectorProfile, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateConnectorProfile, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateConnectorProfile
>
Creates a new builder-style object to manufacture UpdateConnectorProfileInput
The name of the connector profile and is unique for each ConnectorProfile
in
the Amazon Web Services account.
Indicates the connection mode and if it is public or private.
Defines the connector-specific profile configuration and credentials.
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 UpdateConnectorProfileInput
impl Send for UpdateConnectorProfileInput
impl Sync for UpdateConnectorProfileInput
impl Unpin for UpdateConnectorProfileInput
impl UnwindSafe for UpdateConnectorProfileInput
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