Struct aws_sdk_iot::operation::update_account_audit_configuration::UpdateAccountAuditConfigurationOutput
source · #[non_exhaustive]pub struct UpdateAccountAuditConfigurationOutput { /* private fields */ }Implementations§
source§impl UpdateAccountAuditConfigurationOutput
impl UpdateAccountAuditConfigurationOutput
sourcepub fn builder() -> UpdateAccountAuditConfigurationOutputBuilder
pub fn builder() -> UpdateAccountAuditConfigurationOutputBuilder
Creates a new builder-style object to manufacture UpdateAccountAuditConfigurationOutput.
Trait Implementations§
source§impl Clone for UpdateAccountAuditConfigurationOutput
impl Clone for UpdateAccountAuditConfigurationOutput
source§fn clone(&self) -> UpdateAccountAuditConfigurationOutput
fn clone(&self) -> UpdateAccountAuditConfigurationOutput
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<UpdateAccountAuditConfigurationOutput> for UpdateAccountAuditConfigurationOutput
impl PartialEq<UpdateAccountAuditConfigurationOutput> for UpdateAccountAuditConfigurationOutput
source§fn eq(&self, other: &UpdateAccountAuditConfigurationOutput) -> bool
fn eq(&self, other: &UpdateAccountAuditConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateAccountAuditConfigurationOutput
impl RequestId for UpdateAccountAuditConfigurationOutput
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.