Class: Aws::Route53::Types::DeleteHealthCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteHealthCheckRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
This action deletes a health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check_id ⇒ String
The ID of the health check that you want to delete.
Instance Attribute Details
#health_check_id ⇒ String
The ID of the health check that you want to delete.
2014 2015 2016 2017 2018 |
# File 'lib/aws-sdk-route53/types.rb', line 2014 class DeleteHealthCheckRequest < Struct.new( :health_check_id) SENSITIVE = [] include Aws::Structure end |