Struct aws_sdk_iot::input::DescribeThingInput
source · #[non_exhaustive]pub struct DescribeThingInput { /* private fields */ }
Expand description
The input for the DescribeThing operation.
Implementations§
source§impl DescribeThingInput
impl DescribeThingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeThing, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeThing, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeThing
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeThingInput
.
source§impl DescribeThingInput
impl DescribeThingInput
sourcepub fn thing_name(&self) -> Option<&str>
pub fn thing_name(&self) -> Option<&str>
The name of the thing.
Trait Implementations§
source§impl Clone for DescribeThingInput
impl Clone for DescribeThingInput
source§fn clone(&self) -> DescribeThingInput
fn clone(&self) -> DescribeThingInput
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 DescribeThingInput
impl Debug for DescribeThingInput
source§impl PartialEq<DescribeThingInput> for DescribeThingInput
impl PartialEq<DescribeThingInput> for DescribeThingInput
source§fn eq(&self, other: &DescribeThingInput) -> bool
fn eq(&self, other: &DescribeThingInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.