Class: Aws::Route53RecoveryControlConfig::Types::ClusterEndpoint

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

Overview

A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.

Returns:

  • (String)


185
186
187
188
189
190
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 185

class ClusterEndpoint < Struct.new(
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region for a cluster endpoint.

Returns:

  • (String)


185
186
187
188
189
190
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 185

class ClusterEndpoint < Struct.new(
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end