Class: Aws::IoTTwinMaker::Types::GetEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Note:
When making an API call, you may pass GetEntityRequest data as a hash:
{
entity_id: "EntityId", # required
workspace_id: "Id", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The ID of the entity.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#entity_id ⇒ String
The ID of the entity.
1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1604 class GetEntityRequest < Struct.new( :entity_id, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1604 class GetEntityRequest < Struct.new( :entity_id, :workspace_id) SENSITIVE = [] include Aws::Structure end |