Struct rusoto_iot::ThingDocument [] [src]

pub struct ThingDocument {
    pub attributes: Option<HashMap<String, String>>,
    pub shadow: Option<String>,
    pub thing_group_names: Option<Vec<String>>,
    pub thing_id: Option<String>,
    pub thing_name: Option<String>,
    pub thing_type_name: Option<String>,
}

The thing search index document.

Fields

The attributes.

The thing shadow.

Thing group names.

The thing ID.

The thing name.

The thing type name.

Trait Implementations

impl Default for ThingDocument
[src]

[src]

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

impl Debug for ThingDocument
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ThingDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ThingDocument

impl Sync for ThingDocument