Struct rusoto_iot::ThingAttribute [] [src]

pub struct ThingAttribute {
    pub attributes: Option<Attributes>,
    pub thing_name: Option<ThingName>,
    pub thing_type_name: Option<ThingTypeName>,
    pub version: Option<Version>,
}

The properties of the thing, including thing name, thing type name, and a list of thing attributes.

Fields

A list of thing attributes which are name-value pairs.

The name of the thing.

The name of the thing type, if the thing has been associated with a type.

The version of the thing record in the registry.

Trait Implementations

impl Default for ThingAttribute
[src]

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

impl Debug for ThingAttribute
[src]

Formats the value using the given formatter.

impl Clone for ThingAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more