Class: Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#control_panelTypes::ControlPanel

The control panel to update.

Returns:



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