Source code for models_v2.type_22_enum

# -*- coding: utf-8 -*-

[docs]class Type22Enum(object): """Implementation of the 'Type22' enum. Specifies the Hive object Types for search. Attributes: HIVEDATABASES: TODO: type description here. HIVETABLES: TODO: type description here. HIVEPARTITIONS: TODO: type description here. """ HIVEDATABASES = 'HiveDatabases' HIVETABLES = 'HiveTables' HIVEPARTITIONS = 'HivePartitions'