Class: AWS::Route53::DeleteRequest
- Inherits:
-
ChangeRequest
- Object
- ChangeRequest
- AWS::Route53::DeleteRequest
- Defined in:
- lib/aws/route_53/change_batch.rb
Overview
A change request to delete a resource record set.
Instance Attribute Summary
Attributes inherited from ChangeRequest
Instance Method Summary collapse
-
#initialize(name, type, options = {}) ⇒ DeleteRequest
constructor
A new instance of DeleteRequest.
Methods inherited from ChangeRequest
Constructor Details
#initialize(name, type, options = {}) ⇒ DeleteRequest
Returns a new instance of DeleteRequest.
153 154 155 |
# File 'lib/aws/route_53/change_batch.rb', line 153 def initialize name, type, = {} super('DELETE', name, type, ) end |