Class: Aws::Types::CompositeComponentTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CompositeComponentTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
Instance Attribute Details
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def component_type_id @component_type_id end |
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
148 149 150 |
# File 'sig/types.rbs', line 148 def is_inherited @is_inherited end |