Class: Aws::Route53RecoveryControlConfig::Types::UpdateControlPanelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

Updates an existing control panel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arnString

The Amazon Resource Name (ARN) of the control panel.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-route53recoverycontrolconfig/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_nameString

The name of the control panel.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1296

class UpdateControlPanelRequest < Struct.new(
  :control_panel_arn,
  :control_panel_name)
  SENSITIVE = []
  include Aws::Structure
end