Class: Aws::Route53RecoveryCluster::Types::GetRoutingControlStateRequest

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) for the routing control that you want to get the state for.

Returns:

  • (String)


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