class AWS::SimpleDB::DomainMetadata

def attribute_name_count

Returns:
  • (Integer) - The number of unique attribute names in the
def attribute_name_count
  self.to_h[:attribute_name_count]
end