Struct rusoto_iot::DescribeThingTypeResponse [] [src]

pub struct DescribeThingTypeResponse {
    pub thing_type_metadata: Option<ThingTypeMetadata>,
    pub thing_type_name: Option<String>,
    pub thing_type_properties: Option<ThingTypeProperties>,
}

The output for the DescribeThingType operation.

Fields

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

The name of the thing type.

The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.

Trait Implementations

impl Default for DescribeThingTypeResponse
[src]

[src]

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

impl Debug for DescribeThingTypeResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeThingTypeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more