AWS::Route53::ChangeRequest
A change request to delete a resource record set.
@param [String] name @param [String] type @param [Hash] options
# File lib/aws/route_53/change_batch.rb, line 155 def initialize name, type, options = {} super('DELETE', name, type, options) end