Class: Aws::Route53RecoveryControlConfig::Types::ClusterEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ClusterEndpoint
- Includes:
- Structure
- Defined in:
- 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
-
#endpoint ⇒ String
A cluster endpoint.
-
#region ⇒ String
The Amazon Web Services Region for a cluster endpoint.
Instance Attribute Details
#endpoint ⇒ String
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.
185 186 187 188 189 190 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 185 class ClusterEndpoint < Struct.new( :endpoint, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for a cluster endpoint.
185 186 187 188 189 190 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 185 class ClusterEndpoint < Struct.new( :endpoint, :region) SENSITIVE = [] include Aws::Structure end |