#[non_exhaustive]pub struct UpdateInstanceAttributeInput { /* private fields */ }Implementations§
source§impl UpdateInstanceAttributeInput
 
impl UpdateInstanceAttributeInput
sourcepub fn instance_id(&self) -> Option<&str>
 
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn attribute_type(&self) -> Option<&InstanceAttributeType>
 
pub fn attribute_type(&self) -> Option<&InstanceAttributeType>
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
source§impl UpdateInstanceAttributeInput
 
impl UpdateInstanceAttributeInput
sourcepub fn builder() -> UpdateInstanceAttributeInputBuilder
 
pub fn builder() -> UpdateInstanceAttributeInputBuilder
Creates a new builder-style object to manufacture UpdateInstanceAttributeInput.
source§impl UpdateInstanceAttributeInput
 
impl UpdateInstanceAttributeInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateInstanceAttribute, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateInstanceAttribute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateInstanceAttribute>
Trait Implementations§
source§impl Clone for UpdateInstanceAttributeInput
 
impl Clone for UpdateInstanceAttributeInput
source§fn clone(&self) -> UpdateInstanceAttributeInput
 
fn clone(&self) -> UpdateInstanceAttributeInput
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 UpdateInstanceAttributeInput
 
impl Debug for UpdateInstanceAttributeInput
source§impl PartialEq<UpdateInstanceAttributeInput> for UpdateInstanceAttributeInput
 
impl PartialEq<UpdateInstanceAttributeInput> for UpdateInstanceAttributeInput
source§fn eq(&self, other: &UpdateInstanceAttributeInput) -> bool
 
fn eq(&self, other: &UpdateInstanceAttributeInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateInstanceAttributeInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateInstanceAttributeInput
impl Send for UpdateInstanceAttributeInput
impl Sync for UpdateInstanceAttributeInput
impl Unpin for UpdateInstanceAttributeInput
impl UnwindSafe for UpdateInstanceAttributeInput
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