Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.

Class: AWS::Route53::CreateRequest

Inherits:
ChangeRequest show all
Defined in:
lib/aws/route_53/change_batch.rb

Overview

A change request to create a resource record set.

Instance Attribute Summary

Attributes inherited from ChangeRequest

#action, #name, #type

Instance Method Summary collapse

Methods inherited from ChangeRequest

#to_hash

Constructor Details

#initialize(name, type, options = {}) ⇒ CreateRequest

Returns a new instance of CreateRequest

Parameters:

  • name (String)
  • type (String)
  • options (Hash) (defaults to: {})
[View source]

144
145
146
# File 'lib/aws/route_53/change_batch.rb', line 144

def initialize name, type, options = {}
  super('CREATE', name, type, options)
end