View source: R/simpledb_operations.R
simpledb_delete_domain | R Documentation |
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.
simpledb_delete_domain(DomainName)
DomainName |
[required] The name of the domain to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.