Class: Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful CreateRoutingControl request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control ⇒ Types::RoutingControl
The routing control that is created.
Instance Attribute Details
#routing_control ⇒ Types::RoutingControl
The routing control that is created.
395 396 397 398 399 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 395 class CreateRoutingControlResponse < Struct.new( :routing_control) SENSITIVE = [] include Aws::Structure end |