Class: Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelResponse
- Defined in:
- gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful UpdateControlPanel request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel ⇒ Types::ControlPanel
The control panel to update.
Instance Attribute Details
#control_panel ⇒ Types::ControlPanel
The control panel to update.
1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1311 class UpdateControlPanelResponse < Struct.new( :control_panel) SENSITIVE = [] include Aws::Structure end |