class AWS::Route53::CreateRequest

A change request to create a resource record set.

def initialize name, type, options = {}

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