Struct rusoto_iot::DescribeThingTypeResponse [] [src]

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

The output for the DescribeThingType operation.

Fields

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]

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

impl Debug for DescribeThingTypeResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeThingTypeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more