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
show all
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

Instance Attribute Details

#creation_dateTime

The date and time when the thing type was created.

Returns:

  • (Time)

    The date and time when the thing type was created.

#deprecatedBoolean

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

Returns:

  • (Boolean)

    Whether the thing type is deprecated.

#deprecation_dateTime

The date and time when the thing type was deprecated.

Returns:

  • (Time)

    The date and time when the thing type was deprecated.