Struct aws_sdk_connect::input::UpdateUserRoutingProfileInput [−][src]
#[non_exhaustive]pub struct UpdateUserRoutingProfileInput {
pub routing_profile_id: Option<String>,
pub user_id: Option<String>,
pub instance_id: Option<String>,
}
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.routing_profile_id: Option<String>
The identifier of the routing profile for the user.
user_id: Option<String>
The identifier of the user account.
instance_id: Option<String>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserRoutingProfile, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserRoutingProfile, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserRoutingProfile
>
Creates a new builder-style object to manufacture UpdateUserRoutingProfileInput
The identifier of the routing profile for the user.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
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 Send for UpdateUserRoutingProfileInput
impl Sync for UpdateUserRoutingProfileInput
impl Unpin for UpdateUserRoutingProfileInput
impl UnwindSafe for UpdateUserRoutingProfileInput
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