Class: Aws::Route53::Types::GetHealthCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHealthCheckRequest
- Includes:
- Structure
- Defined in:
- 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
-
#health_check_id ⇒ String
The identifier that Amazon Route 53 assigned to the health check when you created it.
Instance Attribute Details
#health_check_id ⇒ String
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.
2792 2793 2794 2795 2796 |
# File 'lib/aws-sdk-route53/types.rb', line 2792 class GetHealthCheckRequest < Struct.new( :health_check_id) SENSITIVE = [] include Aws::Structure end |