Class: Aws::ARCRegionswitch::Types::Route53HealthCheck
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Route53HealthCheck
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
The Amazon Route 53 health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check_id ⇒ String
The Amazon Route 53 health check ID.
-
#hosted_zone_id ⇒ String
The Amazon Route 53 health check hosted zone ID.
-
#record_name ⇒ String
The Amazon Route 53 record name.
-
#region ⇒ String
The Amazon Route 53 Region.
-
#status ⇒ String
The Amazon Route 53 health check status.
Instance Attribute Details
#health_check_id ⇒ String
The Amazon Route 53 health check ID.
2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2174 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Amazon Route 53 health check hosted zone ID.
2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2174 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#record_name ⇒ String
The Amazon Route 53 record name.
2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2174 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Route 53 Region.
2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2174 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The Amazon Route 53 health check status.
2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2174 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :status, :region) SENSITIVE = [] include Aws::Structure end |