Struct aws_sdk_iot::types::ThingGroupMetadata
source · #[non_exhaustive]pub struct ThingGroupMetadata { /* private fields */ }
Expand description
Thing group metadata.
Implementations§
source§impl ThingGroupMetadata
impl ThingGroupMetadata
sourcepub fn parent_group_name(&self) -> Option<&str>
pub fn parent_group_name(&self) -> Option<&str>
The parent thing group name.
sourcepub fn root_to_parent_thing_groups(&self) -> Option<&[GroupNameAndArn]>
pub fn root_to_parent_thing_groups(&self) -> Option<&[GroupNameAndArn]>
The root parent thing group.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The UNIX timestamp of when the thing group was created.
source§impl ThingGroupMetadata
impl ThingGroupMetadata
sourcepub fn builder() -> ThingGroupMetadataBuilder
pub fn builder() -> ThingGroupMetadataBuilder
Creates a new builder-style object to manufacture ThingGroupMetadata
.
Trait Implementations§
source§impl Clone for ThingGroupMetadata
impl Clone for ThingGroupMetadata
source§fn clone(&self) -> ThingGroupMetadata
fn clone(&self) -> ThingGroupMetadata
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 ThingGroupMetadata
impl Debug for ThingGroupMetadata
source§impl PartialEq<ThingGroupMetadata> for ThingGroupMetadata
impl PartialEq<ThingGroupMetadata> for ThingGroupMetadata
source§fn eq(&self, other: &ThingGroupMetadata) -> bool
fn eq(&self, other: &ThingGroupMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.