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

Class: Aws::IoTThingsGraph::Types::EntityDescription

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

Overview

Describes the properties of an entity.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The entity ARN.

Returns:

  • (String)

    The entity ARN.

#created_atTime

The time at which the entity was created.

Returns:

  • (Time)

    The time at which the entity was created.

#definitionTypes::DefinitionDocument

The definition document of the entity.

Returns:

#idString

The entity ID.

Returns:

  • (String)

    The entity ID.

#typeString

The entity type.

Possible values:

  • DEVICE
  • SERVICE
  • DEVICE_MODEL
  • CAPABILITY
  • STATE
  • ACTION
  • EVENT
  • PROPERTY
  • MAPPING
  • ENUM

Returns:

  • (String)

    The entity type.