AWSS3BucketLogsPermission
Objective-C
NS_ENUM(NSInteger, AWSS3BucketLogsPermission) {
AWSS3BucketLogsPermissionUnknown,
AWSS3BucketLogsPermissionFullControl,
AWSS3BucketLogsPermissionRead,
AWSS3BucketLogsPermissionWrite,
}
Swift
enum AWSS3BucketLogsPermission : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3BucketLogsPermissionUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSS3BucketLogsPermissionFullControl
Swift
case fullControl = 1
-
Undocumented
Declaration
Objective-C
AWSS3BucketLogsPermissionRead
Swift
case read = 2
-
Undocumented
Declaration
Objective-C
AWSS3BucketLogsPermissionWrite
Swift
case write = 3