Struct rusoto_iot::DescribeThingRequest [] [src]

pub struct DescribeThingRequest {
    pub thing_name: String,
}

The input for the DescribeThing operation.

Fields

The name of the thing.

Trait Implementations

impl Default for DescribeThingRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeThingRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeThingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more