simpledb_domain_metadata {paws.database} | R Documentation |
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values
Description
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
See https://www.paws-r-sdk.com/docs/simpledb_domain_metadata/ for full documentation.
Usage
simpledb_domain_metadata(DomainName)
Arguments
DomainName |
[required] The name of the domain for which to display the metadata of. |
[Package paws.database version 0.9.0 Index]