Class: Aws::Types::UpdateControlPanelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateControlPanelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
-
#control_panel_name ⇒ ::String
Returns the value of attribute control_panel_name.
Instance Attribute Details
#control_panel_arn ⇒ ::String
Returns the value of attribute control_panel_arn.
388 389 390 |
# File 'sig/types.rbs', line 388 def control_panel_arn @control_panel_arn end |
#control_panel_name ⇒ ::String
Returns the value of attribute control_panel_name.
389 390 391 |
# File 'sig/types.rbs', line 389 def control_panel_name @control_panel_name end |