Class: Aws::ARCRegionswitch::Types::Route53HealthCheck

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#health_check_idString

The Amazon Route 53 health check ID.

Returns:

  • (String)


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_idString

The Amazon Route 53 health check hosted zone ID.

Returns:

  • (String)


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_nameString

The Amazon Route 53 record name.

Returns:

  • (String)


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

#regionString

The Amazon Route 53 Region.

Returns:

  • (String)


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