Class: Aws::Route53RecoveryControlConfig::Types::CreateControlPanelResponse

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

Overview

The result of a successful CreateControlPanel request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_panelTypes::ControlPanel

Information about a control panel.

Returns:



343
344
345
346
347
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 343

class CreateControlPanelResponse < Struct.new(
  :control_panel)
  SENSITIVE = []
  include Aws::Structure
end