Class: Aws::Route53RecoveryControlConfig::Types::DescribeControlPanelResponse

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

Overview

The result of a successful DescribeControlPanel request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_panelTypes::ControlPanel

Information about the control panel.

Returns:



569
570
571
572
573
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 569

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