simpledb_delete_domain {paws.database} | R Documentation |
The DeleteDomain operation deletes a domain
Description
The delete_domain
operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The delete_domain
operation might take 10 or more seconds to complete.
See https://www.paws-r-sdk.com/docs/simpledb_delete_domain/ for full documentation.
Usage
simpledb_delete_domain(DomainName)
Arguments
DomainName |
[required] The name of the domain to delete. |
[Package paws.database version 0.6.0 Index]