Class: Aws::Types::GetComponentTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentTypeRequest
- 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.
454 455 456 |
# File 'sig/types.rbs', line 454 def component_type_id @component_type_id end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def workspace_id @workspace_id end |