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.
190 191 192 193 194 195 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 190 class ClusterEndpoint < Struct.new( :endpoint, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for a cluster endpoint.
190 191 192 193 194 195 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 190 class ClusterEndpoint < Struct.new( :endpoint, :region) SENSITIVE = [] include Aws::Structure end |