Struct aws_sdk_iot::output::UpdateScheduledAuditOutput
source · #[non_exhaustive]pub struct UpdateScheduledAuditOutput { /* private fields */ }
Implementations§
source§impl UpdateScheduledAuditOutput
impl UpdateScheduledAuditOutput
sourcepub fn scheduled_audit_arn(&self) -> Option<&str>
pub fn scheduled_audit_arn(&self) -> Option<&str>
The ARN of the scheduled audit.
source§impl UpdateScheduledAuditOutput
impl UpdateScheduledAuditOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateScheduledAuditOutput
.
Trait Implementations§
source§impl Clone for UpdateScheduledAuditOutput
impl Clone for UpdateScheduledAuditOutput
source§fn clone(&self) -> UpdateScheduledAuditOutput
fn clone(&self) -> UpdateScheduledAuditOutput
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 UpdateScheduledAuditOutput
impl Debug for UpdateScheduledAuditOutput
source§impl PartialEq<UpdateScheduledAuditOutput> for UpdateScheduledAuditOutput
impl PartialEq<UpdateScheduledAuditOutput> for UpdateScheduledAuditOutput
source§fn eq(&self, other: &UpdateScheduledAuditOutput) -> bool
fn eq(&self, other: &UpdateScheduledAuditOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.