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

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

Overview

Describes the properties of an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The entity ARN.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 401

class EntityDescription < Struct.new(
  :id,
  :arn,
  :type,
  :created_at,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the entity was created.

Returns:

  • (Time)


401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 401

class EntityDescription < Struct.new(
  :id,
  :arn,
  :type,
  :created_at,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::DefinitionDocument

The definition document of the entity.



401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 401

class EntityDescription < Struct.new(
  :id,
  :arn,
  :type,
  :created_at,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The entity ID.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 401

class EntityDescription < Struct.new(
  :id,
  :arn,
  :type,
  :created_at,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The entity type.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 401

class EntityDescription < Struct.new(
  :id,
  :arn,
  :type,
  :created_at,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end