Class: Aws::Route53::Types::UpdateHealthCheckResponse

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 the UpdateHealthCheck request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkTypes::HealthCheck

A complex type that contains the response to an UpdateHealthCheck request.

Returns:



7798
7799
7800
7801
7802
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7798

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