Class: Aws::Route53RecoveryCluster::Types::GetRoutingControlStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::GetRoutingControlStateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the response.
-
#routing_control_name ⇒ String
The routing control name.
-
#routing_control_state ⇒ String
The state of the routing control.
Instance Attribute Details
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the response.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 90 class GetRoutingControlStateResponse < Struct.new( :routing_control_arn, :routing_control_state, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#routing_control_name ⇒ String
The routing control name.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 90 class GetRoutingControlStateResponse < Struct.new( :routing_control_arn, :routing_control_state, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#routing_control_state ⇒ String
The state of the routing control.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 90 class GetRoutingControlStateResponse < Struct.new( :routing_control_arn, :routing_control_state, :routing_control_name) SENSITIVE = [] include Aws::Structure end |