models_v2.hive_object_type_1_enum module

class models_v2.hive_object_type_1_enum.HiveObjectType1Enum[source]

Bases: object

Implementation of the ‘hiveObjectType1’ enum.

TODO: type enum description here.

Attributes:

KCLUSTER: TODO: type description here. KDATABASE: TODO: type description here. KTABLE: TODO: type description here.

KCLUSTER = 'kCluster'
KDATABASE = 'kDatabase'
KTABLE = 'kTable'