Class: Aws::IoTTwinMaker::Types::GetComponentTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetComponentTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_type_id ⇒ String
The ID of the component type.
-
#workspace_id ⇒ String
The ID of the workspace that contains the component type.
Instance Attribute Details
#component_type_id ⇒ String
The ID of the component type.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1448 class GetComponentTypeRequest < Struct.new( :workspace_id, :component_type_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the component type.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1448 class GetComponentTypeRequest < Struct.new( :workspace_id, :component_type_id) SENSITIVE = [] include Aws::Structure end |