You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ThingTypeDefinition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_arnString

The thing type ARN.

Returns:

  • (String)

    The thing type ARN.

#thing_type_metadataTypes::ThingTypeMetadata

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

Returns:

  • (Types::ThingTypeMetadata)

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

#thing_type_nameString

The name of the thing type.

Returns:

  • (String)

    The name of the thing type.

#thing_type_propertiesTypes::ThingTypeProperties

The ThingTypeProperties for the thing type.

Returns: