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