Class: Aws::IoTTwinMaker::Types::CreateEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateEntityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the entity.
-
#creation_date_time ⇒ Time
The date and time when the entity was created.
-
#entity_id ⇒ String
The ID of the entity.
-
#state ⇒ String
The current state of the entity.
Instance Attribute Details
#arn ⇒ String
The ARN of the entity.
702 703 704 705 706 707 708 709 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 702 class CreateEntityResponse < Struct.new( :entity_id, :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the entity was created.
702 703 704 705 706 707 708 709 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 702 class CreateEntityResponse < Struct.new( :entity_id, :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID of the entity.
702 703 704 705 706 707 708 709 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 702 class CreateEntityResponse < Struct.new( :entity_id, :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the entity.
702 703 704 705 706 707 708 709 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 702 class CreateEntityResponse < Struct.new( :entity_id, :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |