class AWS::SimpleDB::DomainMetadata

def attribute_names_size_bytes

Returns:
  • (Integer) - The total size of all unique attribute names,
def attribute_names_size_bytes
  self.to_h[:attribute_names_size_bytes]
end