Class: Aws::IoTTwinMaker::Types::FilterByComponentType
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::FilterByComponentType
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
Filter by component type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_type_id ⇒ String
The component type Id.
Instance Attribute Details
#component_type_id ⇒ String
The component type Id.
1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1373 class FilterByComponentType < Struct.new( :component_type_id) SENSITIVE = [] include Aws::Structure end |