Class: Aws::Route53RecoveryControlConfig::Types::DescribeControlPanelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::DescribeControlPanelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful DescribeControlPanel request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel ⇒ Types::ControlPanel
Information about the control panel.
Instance Attribute Details
#control_panel ⇒ Types::ControlPanel
Information about the control panel.
569 570 571 572 573 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 569 class DescribeControlPanelResponse < Struct.new( :control_panel) SENSITIVE = [] include Aws::Structure end |