Class: Aws::Route53RecoveryControlConfig::Types::DescribeControlPanelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::DescribeControlPanelRequest
- 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
566 567 568 569 570 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 566 class DescribeControlPanelRequest < Struct.new( :control_panel_arn) SENSITIVE = [] include Aws::Structure end |