Struct rusoto_iot::ThingTypeMetadata [] [src]

pub struct ThingTypeMetadata {
    pub creation_date: Option<CreationDate>,
    pub deprecated: Option<Boolean>,
    pub deprecation_date: Option<DeprecationDate>,
}

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 time was deprecated.

Fields

The date and time when the thing type was created.

Whether the thing type is deprecated. If true, no new things could be associated with this type.

The date and time when the thing type was deprecated.

Trait Implementations

impl Default for ThingTypeMetadata
[src]

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

impl Debug for ThingTypeMetadata
[src]

Formats the value using the given formatter.

impl Clone for ThingTypeMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more