Class: Aws::Route53::Types::GetHealthCheckResponse

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_checkTypes::HealthCheck

A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

Returns:



2810
2811
2812
2813
2814
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2810

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