Class: Aws::IoTTwinMaker::Types::CompositeComponentTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CompositeComponentTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that sets information about the composite component types of a component type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_type_id ⇒ String
This is the ‘componentTypeId` that the `compositeComponentType` refers to.
Instance Attribute Details
#component_type_id ⇒ String
This is the ‘componentTypeId` that the `compositeComponentType` refers to.
464 465 466 467 468 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 464 class CompositeComponentTypeRequest < Struct.new( :component_type_id) SENSITIVE = [] include Aws::Structure end |