Source code for models_v2.type_5_enum
# -*- coding: utf-8 -*-
[docs]class Type5Enum(object):
"""Implementation of the 'Type5' enum.
Specifies the Cassandra Object type.
Attributes:
CASSANDRAKEYSPACES: TODO: type description here.
CASSANDRATABLES: TODO: type description here.
"""
CASSANDRAKEYSPACES = 'CassandraKeyspaces'
CASSANDRATABLES = 'CassandraTables'