Class: Aws::ARCRegionswitch::Types::Route53HealthCheck
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Route53HealthCheck
- Defined in:
- gems/aws-sdk-arcregionswitch/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.
Instance Attribute Details
#health_check_id ⇒ String
The Amazon Route 53 health check ID.
1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1752 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :region) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The Amazon Route 53 health check hosted zone ID.
1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1752 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :region) SENSITIVE = [] include Aws::Structure end |
#record_name ⇒ String
The Amazon Route 53 record name.
1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1752 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Route 53 Region.
1752 1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1752 class Route53HealthCheck < Struct.new( :hosted_zone_id, :record_name, :health_check_id, :region) SENSITIVE = [] include Aws::Structure end |