Struct rusoto_iot::ThingGroupProperties[][src]

pub struct ThingGroupProperties {
    pub attribute_payload: Option<AttributePayload>,
    pub thing_group_description: Option<String>,
}

Thing group properties.

Fields

The thing group attributes in JSON format.

The thing group description.

Trait Implementations

impl Default for ThingGroupProperties
[src]

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

impl Debug for ThingGroupProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for ThingGroupProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ThingGroupProperties
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations