Class: Aws::Route53RecoveryControlConfig::Types::UpdateRoutingControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateRoutingControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful UpdateRoutingControl request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control ⇒ Types::RoutingControl
The routing control that was updated.
Instance Attribute Details
#routing_control ⇒ Types::RoutingControl
The routing control that was updated.
1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1344 class UpdateRoutingControlResponse < Struct.new( :routing_control) SENSITIVE = [] include Aws::Structure end |