Class: Aws::Types::UpdateComponentTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def arn @arn end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def component_type_id @component_type_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def state @state end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def workspace_id @workspace_id end |