Class: Aws::IoTTwinMaker::Types::CreateEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateEntityRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#components ⇒ Hash<String,Types::ComponentRequest>
An object that maps strings to the components in the entity.
-
#description ⇒ String
The description of the entity.
-
#entity_id ⇒ String
The ID of the entity.
-
#entity_name ⇒ String
The name of the entity.
-
#parent_entity_id ⇒ String
The ID of the entity's parent entity.
-
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the entity.
-
#workspace_id ⇒ String
The ID of the workspace that contains the entity.
Instance Attribute Details
#components ⇒ Hash<String,Types::ComponentRequest>
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID of the entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#entity_name ⇒ String
The name of the entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_entity_id ⇒ String
The ID of the entity's parent entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the entity.
461 462 463 464 465 466 467 468 469 470 471 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 461 class CreateEntityRequest < Struct.new( :workspace_id, :entity_id, :entity_name, :description, :components, :parent_entity_id, :tags) SENSITIVE = [] include Aws::Structure end |