class Aws::IoTTwinMaker::Types::GetEntityResponse

@!attribute [rw] arn

The ARN of the entity.
@return [String]

@!attribute [rw] components

An object that maps strings to the components in the entity. Each
string in the mapping must be unique to this object.
@return [Hash<String,Types::ComponentResponse>]

@!attribute [rw] creation_date_time

The date and time when the entity was created.
@return [Time]

@!attribute [rw] description

The description of the entity.
@return [String]

@!attribute [rw] entity_id

The ID of the entity.
@return [String]

@!attribute [rw] entity_name

The name of the entity.
@return [String]

@!attribute [rw] has_child_entities

A Boolean value that specifies whether the entity has associated
child entities.
@return [Boolean]

@!attribute [rw] parent_entity_id

The ID of the parent entity for this entity.
@return [String]

@!attribute [rw] status

The current status of the entity.
@return [Types::Status]

@!attribute [rw] update_date_time

The date and time when the entity was last updated.
@return [Time]

@!attribute [rw] workspace_id

The ID of the workspace.
@return [String]

Constants

SENSITIVE