You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::GetHealthCheckRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetHealthCheckRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  health_check_id: "HealthCheckId", # required
}

A request to get information about a specified health check.

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_idString

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Returns:

  • (String)

    The identifier that Amazon Route 53 assigned to the health check when you created it.