Class: Aws::IoTTwinMaker::Types::GetEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
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.
1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1566 class GetEntityRequest < Struct.new( :workspace_id, :entity_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1566 class GetEntityRequest < Struct.new( :workspace_id, :entity_id) SENSITIVE = [] include Aws::Structure end |