Struct aws_sdk_chime::operation::put_voice_connector_logging_configuration::PutVoiceConnectorLoggingConfigurationOutput
source · #[non_exhaustive]pub struct PutVoiceConnectorLoggingConfigurationOutput { /* private fields */ }Implementations§
source§impl PutVoiceConnectorLoggingConfigurationOutput
impl PutVoiceConnectorLoggingConfigurationOutput
sourcepub fn logging_configuration(&self) -> Option<&LoggingConfiguration>
pub fn logging_configuration(&self) -> Option<&LoggingConfiguration>
The updated logging configuration details.
source§impl PutVoiceConnectorLoggingConfigurationOutput
impl PutVoiceConnectorLoggingConfigurationOutput
sourcepub fn builder() -> PutVoiceConnectorLoggingConfigurationOutputBuilder
pub fn builder() -> PutVoiceConnectorLoggingConfigurationOutputBuilder
Creates a new builder-style object to manufacture PutVoiceConnectorLoggingConfigurationOutput.
Trait Implementations§
source§impl Clone for PutVoiceConnectorLoggingConfigurationOutput
impl Clone for PutVoiceConnectorLoggingConfigurationOutput
source§fn clone(&self) -> PutVoiceConnectorLoggingConfigurationOutput
fn clone(&self) -> PutVoiceConnectorLoggingConfigurationOutput
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 PartialEq<PutVoiceConnectorLoggingConfigurationOutput> for PutVoiceConnectorLoggingConfigurationOutput
impl PartialEq<PutVoiceConnectorLoggingConfigurationOutput> for PutVoiceConnectorLoggingConfigurationOutput
source§fn eq(&self, other: &PutVoiceConnectorLoggingConfigurationOutput) -> bool
fn eq(&self, other: &PutVoiceConnectorLoggingConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutVoiceConnectorLoggingConfigurationOutput
impl RequestId for PutVoiceConnectorLoggingConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for PutVoiceConnectorLoggingConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutVoiceConnectorLoggingConfigurationOutput
impl Send for PutVoiceConnectorLoggingConfigurationOutput
impl Sync for PutVoiceConnectorLoggingConfigurationOutput
impl Unpin for PutVoiceConnectorLoggingConfigurationOutput
impl UnwindSafe for PutVoiceConnectorLoggingConfigurationOutput
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