Struct rusoto_iot::DescribeThingGroupResponse [] [src]

pub struct DescribeThingGroupResponse {
    pub thing_group_arn: Option<String>,
    pub thing_group_id: Option<String>,
    pub thing_group_metadata: Option<ThingGroupMetadata>,
    pub thing_group_name: Option<String>,
    pub thing_group_properties: Option<ThingGroupProperties>,
    pub version: Option<i64>,
}

Fields

The thing group ARN.

The thing group ID.

Thing group metadata.

The name of the thing group.

The thing group properties.

The version of the thing group.

Trait Implementations

impl Default for DescribeThingGroupResponse
[src]

[src]

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

impl Debug for DescribeThingGroupResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeThingGroupResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations