Class: Aws::Route53RecoveryCluster::Types::GetRoutingControlStateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routing_control_arnString

The Amazon Resource Name (ARN) of the response.

Returns:

  • (String)


90
91
92
93
94
95
96
# File 'gems/aws-sdk-route53recoverycluster/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_nameString

The routing control name.

Returns:

  • (String)


90
91
92
93
94
95
96
# File 'gems/aws-sdk-route53recoverycluster/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_stateString

The state of the routing control.

Returns:

  • (String)


90
91
92
93
94
95
96
# File 'gems/aws-sdk-route53recoverycluster/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