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
555 556 557 558 559 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 555 class DescribeControlPanelRequest < Struct.new( :control_panel_arn) SENSITIVE = [] include Aws::Structure end |