Class: Aws::Route53RecoveryCluster::Types::UpdateRoutingControlStateEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::UpdateRoutingControlStateEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
A routing control state entry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) for a routing control state entry.
-
#routing_control_state ⇒ String
The routing control state in a set of routing control state entries.
Instance Attribute Details
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) for a routing control state entry.
293 294 295 296 297 298 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 293 class UpdateRoutingControlStateEntry < Struct.new( :routing_control_arn, :routing_control_state) SENSITIVE = [] include Aws::Structure end |
#routing_control_state ⇒ String
The routing control state in a set of routing control state entries.
293 294 295 296 297 298 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 293 class UpdateRoutingControlStateEntry < Struct.new( :routing_control_arn, :routing_control_state) SENSITIVE = [] include Aws::Structure end |