Class: Aws::IoTTwinMaker::Types::EntitySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that contains information about an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the entity.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_time ⇒ Time

The date and time when the entity was created.

Returns:

  • (Time)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the entity.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#entity_id ⇒ String

The ID of the entity.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#entity_name ⇒ String

The name of the entity.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#has_child_entities ⇒ Boolean

An eventual Boolean value that specifies whether the entity has child entities or not.

Returns:

  • (Boolean)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#parent_entity_id ⇒ String

The ID of the parent entity.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ Types::Status

The current status of the entity.

Returns:



1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_time ⇒ Time

The last date and time when the entity was updated.

Returns:

  • (Time)


1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1236

class EntitySummary < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :parent_entity_id,
  :status,
  :description,
  :has_child_entities,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end