Struct aws_sdk_iot::model::ThingGroupProperties
source · #[non_exhaustive]pub struct ThingGroupProperties { /* private fields */ }
Expand description
Thing group properties.
Implementations§
source§impl ThingGroupProperties
impl ThingGroupProperties
sourcepub fn thing_group_description(&self) -> Option<&str>
pub fn thing_group_description(&self) -> Option<&str>
The thing group description.
sourcepub fn attribute_payload(&self) -> Option<&AttributePayload>
pub fn attribute_payload(&self) -> Option<&AttributePayload>
The thing group attributes in JSON format.
source§impl ThingGroupProperties
impl ThingGroupProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThingGroupProperties
.
Trait Implementations§
source§impl Clone for ThingGroupProperties
impl Clone for ThingGroupProperties
source§fn clone(&self) -> ThingGroupProperties
fn clone(&self) -> ThingGroupProperties
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 ThingGroupProperties
impl Debug for ThingGroupProperties
source§impl PartialEq<ThingGroupProperties> for ThingGroupProperties
impl PartialEq<ThingGroupProperties> for ThingGroupProperties
source§fn eq(&self, other: &ThingGroupProperties) -> bool
fn eq(&self, other: &ThingGroupProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.