Struct rusoto_iot::ThingTypeDefinition [] [src]

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

The definition of the thing type, including thing type name and description.

Fields

The name of the thing type.

The ThingTypeProperties for the thing type.

Trait Implementations

impl Default for ThingTypeDefinition
[src]

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

impl Debug for ThingTypeDefinition
[src]

Formats the value using the given formatter.

impl Clone for ThingTypeDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more