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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A request to get information about a specified health check.

Constant Summary collapse

SENSITIVE =
[]

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)


2794
2795
2796
2797
2798
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2794

class GetHealthCheckRequest < Struct.new(
  :health_check_id)
  SENSITIVE = []
  include Aws::Structure
end