Struct rusoto_greengrass::Device [] [src]

pub struct Device {
    pub certificate_arn: Option<String>,
    pub id: Option<String>,
    pub sync_shadow: Option<bool>,
    pub thing_arn: Option<String>,
}

Information on a Device

Fields

Certificate arn of the device.

Element Id for this entry in the list.

If true, the local shadow value automatically syncs with the cloud's shadow state.

Thing arn of the device.

Trait Implementations

impl Default for Device
[src]

[src]

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

impl Debug for Device
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Device
[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 Device

impl Sync for Device