models_v2.enum_1_enum module

class models_v2.enum_1_enum.Enum1Enum[source]

Bases: object

Implementation of the ‘Enum1’ enum.

Specifies S3 ACL permission type.

Attributes:

READ: TODO: type description here. WRITE: TODO: type description here. READACP: TODO: type description here. WRITEACP: TODO: type description here. FULLCONTROL: TODO: type description here.

FULLCONTROL = 'FullControl'
READ = 'Read'
READACP = 'ReadACP'
WRITE = 'Write'
WRITEACP = 'WriteACP'