Class: Aws::Route53RecoveryControlConfig::Types::UpdateRoutingControlResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#routing_controlTypes::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