Class: Aws::Route53::Types::UpdateHealthCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::UpdateHealthCheckResponse
- 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
-
#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.
7910 7911 7912 7913 7914 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7910 class UpdateHealthCheckResponse < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end |