Class: Aws::Route53RecoveryControlConfig::Types::CreateControlPanelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateControlPanelResponse
- 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
-
#control_panel ⇒ Types::ControlPanel
Information about a control panel.
Instance Attribute Details
#control_panel ⇒ Types::ControlPanel
Information about a control panel.
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 |