Class: Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Updates an existing control panel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel.
-
#control_panel_name ⇒ String
The name of the control panel.
Instance Attribute Details
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel.
1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1296 class UpdateControlPanelRequest < Struct.new( :control_panel_arn, :control_panel_name) SENSITIVE = [] include Aws::Structure end |
#control_panel_name ⇒ String
The name of the control panel.
1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1296 class UpdateControlPanelRequest < Struct.new( :control_panel_arn, :control_panel_name) SENSITIVE = [] include Aws::Structure end |