Class: Aws::Route53RecoveryControlConfig::Types::DescribeRoutingControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::DescribeRoutingControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful DescribeRoutingControl request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control ⇒ Types::RoutingControl
Information about the routing control.
Instance Attribute Details
#routing_control ⇒ Types::RoutingControl
Information about the routing control.
594 595 596 597 598 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 594 class DescribeRoutingControlResponse < Struct.new( :routing_control) SENSITIVE = [] include Aws::Structure end |