Class: Aws::Route53RecoveryControlConfig::Types::UpdateRoutingControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateRoutingControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
A request to update a routing control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
-
#routing_control_name ⇒ String
The name of the routing control.
Instance Attribute Details
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
1329 1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1329 class UpdateRoutingControlRequest < Struct.new( :routing_control_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#routing_control_name ⇒ String
The name of the routing control.
1329 1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1329 class UpdateRoutingControlRequest < Struct.new( :routing_control_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |