Class: AWS::Route53::CreateRequest
- Inherits:
-
ChangeRequest
- Object
- ChangeRequest
- AWS::Route53::CreateRequest
- 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
Instance Method Summary collapse
-
#initialize(name, type, options = {}) ⇒ CreateRequest
constructor
A new instance of CreateRequest.
Methods inherited from ChangeRequest
Constructor Details
#initialize(name, type, options = {}) ⇒ CreateRequest
Returns a new instance of CreateRequest.
141 142 143 |
# File 'lib/aws/route_53/change_batch.rb', line 141 def initialize name, type, = {} super('CREATE', name, type, ) end |