Source code for models.exclude_kubernetes_types_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class ExcludeAwsTypesEnum(object): """Implementation of the 'ExcludeAwsTypes' enum. TODO: type enum description here. Attributes: KSERVICE: TODO: type description here. """ KSERVICE = 'kService'