Class: Aws::Route53RecoveryControlConfig::Types::DeleteControlPanelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::DeleteControlPanelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#control_panel_arn ⇒ String
477 478 479 480 481 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 477 class DeleteControlPanelRequest < Struct.new( :control_panel_arn) SENSITIVE = [] include Aws::Structure end |