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.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1183 class GetEntityRequest < Struct.new( :workspace_id, :entity_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1183 class GetEntityRequest < Struct.new( :workspace_id, :entity_id) SENSITIVE = [] include Aws::Structure end |