class AWS::SimpleDB::DomainMetadata

def item_names_size_bytes

Returns:
  • (Integer) - The total size of all item names in the {#domain},
def item_names_size_bytes
  self.to_h[:item_names_size_bytes]
end