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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#health_checkTypes::HealthCheck

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

Returns:



7908
7909
7910
7911
7912
# File 'lib/aws-sdk-route53/types.rb', line 7908

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