You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::ThingTypeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingTypeMetadata
- Defined in:
- (unknown)
Overview
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.
Returned by:
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date and time when the thing type was created.
-
#deprecated ⇒ Boolean
Whether the thing type is deprecated.
-
#deprecation_date ⇒ Time
The date and time when the thing type was deprecated.
Instance Attribute Details
#creation_date ⇒ Time
The date and time when the thing type was created.
#deprecated ⇒ Boolean
Whether the thing type is deprecated. If true, no new things could be associated with this type.
#deprecation_date ⇒ Time
The date and time when the thing type was deprecated.