Class: Aws::Types::DeleteComponentTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteComponentTypeRequest
- 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.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def component_type_id @component_type_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def workspace_id @workspace_id end |