Source code for models_v2.enum
# -*- coding: utf-8 -*-
[docs]class Enum(object):
"""Implementation of the 'Enum' enum.
Specifies S3 Grantee Type.
Attributes:
REGISTEREDUSER: TODO: type description here.
"""
REGISTEREDUSER = 'RegisteredUser'