AWSS3TargetGrant
Objective-C
@interface AWSS3TargetGrant
Swift
class AWSS3TargetGrant
Container for granting information.
-
Container for the person being granted permissions.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3Grantee *_Nullable grantee;
Swift
var grantee: AWSS3Grantee? { get set }
-
Logging permissions assigned to the grantee for the bucket.
Declaration
Objective-C
@property (nonatomic) AWSS3BucketLogsPermission permission;
Swift
var permission: AWSS3BucketLogsPermission { get set }