Class: Aws::Route53::Types::GetHealthCheckResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetHealthCheckResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2808 2809 2810 2811 2812  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2808 class GetHealthCheckResponse < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end  |