AWSS3BucketLogsPermission

Objective-C

NS_ENUM(NSInteger, AWSS3BucketLogsPermission) {
    AWSS3BucketLogsPermissionUnknown,
    AWSS3BucketLogsPermissionFullControl,
    AWSS3BucketLogsPermissionRead,
    AWSS3BucketLogsPermissionWrite,
}

Swift

enum AWSS3BucketLogsPermission : Int, @unchecked Sendable

Undocumented