Class: Aws::IoTTwinMaker::Types::CompositeComponentTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CompositeComponentTypeResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that returns 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 thiscompositeComponentType
refers to. -
#is_inherited ⇒ Boolean
This boolean indicates whether this
compositeComponentType
is inherited from its parent.
Instance Attribute Details
#component_type_id ⇒ String
This is the componentTypeId
that this compositeComponentType
refers to.
483 484 485 486 487 488 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 483 class CompositeComponentTypeResponse < Struct.new( :component_type_id, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#is_inherited ⇒ Boolean
This boolean indicates whether this compositeComponentType
is
inherited from its parent.
483 484 485 486 487 488 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 483 class CompositeComponentTypeResponse < Struct.new( :component_type_id, :is_inherited) SENSITIVE = [] include Aws::Structure end |