Class: Aws::Route53::Types::GetHealthCheckStatusResponse

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

Overview

A complex type that contains the response to a GetHealthCheck request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_observationsArray<Types::HealthCheckObservation>

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.

Returns:



2850
2851
2852
2853
2854
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2850

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