class AWS::Route53::DeleteRequest

A change request to delete a resource record set.

def initialize name, type, options = {}

Parameters:
  • options (Hash) --
  • type (String) --
  • name (String) --
def initialize name, type, options = {}
  super('DELETE', name, type, options)
end