Class: Aws::Route53::Types::UpdateHealthCheckResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::UpdateHealthCheckResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains the response to the ‘UpdateHealthCheck` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #health_check  ⇒ Types::HealthCheck 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains the response to an ‘UpdateHealthCheck` request.
 
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
A complex type that contains the response to an ‘UpdateHealthCheck` request.
      7907 7908 7909 7910 7911  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7907 class UpdateHealthCheckResponse < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end  |