Struct aws_sdk_iot::types::NonCompliantResource
source · #[non_exhaustive]pub struct NonCompliantResource { /* private fields */ }
Expand description
Information about the resource that was noncompliant with the audit check.
Implementations§
source§impl NonCompliantResource
impl NonCompliantResource
sourcepub fn resource_type(&self) -> Option<&ResourceType>
pub fn resource_type(&self) -> Option<&ResourceType>
The type of the noncompliant resource.
sourcepub fn resource_identifier(&self) -> Option<&ResourceIdentifier>
pub fn resource_identifier(&self) -> Option<&ResourceIdentifier>
Information that identifies the noncompliant resource.
source§impl NonCompliantResource
impl NonCompliantResource
sourcepub fn builder() -> NonCompliantResourceBuilder
pub fn builder() -> NonCompliantResourceBuilder
Creates a new builder-style object to manufacture NonCompliantResource
.
Trait Implementations§
source§impl Clone for NonCompliantResource
impl Clone for NonCompliantResource
source§fn clone(&self) -> NonCompliantResource
fn clone(&self) -> NonCompliantResource
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 NonCompliantResource
impl Debug for NonCompliantResource
source§impl PartialEq<NonCompliantResource> for NonCompliantResource
impl PartialEq<NonCompliantResource> for NonCompliantResource
source§fn eq(&self, other: &NonCompliantResource) -> bool
fn eq(&self, other: &NonCompliantResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.