Class: Aws::Route53RecoveryCluster::Types::GetRoutingControlStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::GetRoutingControlStateRequest
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) for the routing control that you want to get the state for.
Instance Attribute Details
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) for the routing control that you want to get the state for.
70 71 72 73 74 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 70 class GetRoutingControlStateRequest < Struct.new( :routing_control_arn) SENSITIVE = [] include Aws::Structure end |