Struct rusoto_iot::CreateThingGroupRequest [] [src]

pub struct CreateThingGroupRequest {
    pub parent_group_name: Option<String>,
    pub thing_group_name: String,
    pub thing_group_properties: Option<ThingGroupProperties>,
}

Fields

The name of the parent thing group.

The thing group name to create.

The thing group properties.

Trait Implementations

impl Default for CreateThingGroupRequest
[src]

[src]

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

impl Debug for CreateThingGroupRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateThingGroupRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations