Class: Aws::Route53::Types::DeleteHealthCheckRequest

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

Instance Attribute Details

#health_check_idString

The ID of the health check that you want to delete.

Returns:

  • (String)


2016
2017
2018
2019
2020
# File 'lib/aws-sdk-route53/types.rb', line 2016

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