class AWS::Route53::CreateRequest

A change request to create 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 144
def initialize name, type, options = {}
  super('CREATE', name, type, options)
end