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

#arn ⇒ String

The entity ARN.

Returns:

  • (String) —

    The entity ARN.

#created_at ⇒ Time

The time at which the entity was created.

Returns:

  • (Time) —

    The time at which the entity was created.

#definition ⇒ Types::DefinitionDocument

The definition document of the entity.

Returns:

#id ⇒ String

The entity ID.

Returns:

  • (String) —

    The entity ID.

#type ⇒ String

The entity type.

Possible values:

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

Returns:

  • (String) —

    The entity type.