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