Domain Metadata
simpledb_domain_metadata | 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.
Usage¶
Arguments¶
DomainName
[required] The name of the domain for which to display the metadata of.
Value¶
A list with the following syntax:
list(
ItemCount = 123,
ItemNamesSizeBytes = 123,
AttributeNameCount = 123,
AttributeNamesSizeBytes = 123,
AttributeValueCount = 123,
AttributeValuesSizeBytes = 123,
Timestamp = 123
)