Struct aws_sdk_connect::input::UpdateContactInput [−][src]
#[non_exhaustive]pub struct UpdateContactInput {
pub instance_id: Option<String>,
pub contact_id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub references: Option<HashMap<String, Reference>>,
}
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.instance_id: Option<String>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
contact_id: Option<String>
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
name: Option<String>
The name of the contact.
description: Option<String>
The description of the contact.
references: Option<HashMap<String, Reference>>
A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContact, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContact, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateContact
>
Creates a new builder-style object to manufacture UpdateContactInput
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
The description of the contact.
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 UpdateContactInput
impl Send for UpdateContactInput
impl Sync for UpdateContactInput
impl Unpin for UpdateContactInput
impl UnwindSafe for UpdateContactInput
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