Class: Aws::Route53::Types::GetHealthCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetHealthCheckResponse
- 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
-
#health_check ⇒ Types::HealthCheck
A complex type that contains information about one health check that is associated with the current Amazon Web Services account.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
A complex type that contains information about one health check that is associated with the current Amazon Web Services account.
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 |