class AWS::Route53::DeleteRequest

A change request to delete a resource record set.

Public Class Methods

new(name, type, options = {}) click to toggle source

@param [String] name @param [String] type @param [Hash] options

Calls superclass method AWS::Route53::ChangeRequest::new
# File lib/aws/route_53/change_batch.rb, line 153
def initialize name, type, options = {}
  super('DELETE', name, type, options)
end