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