AWSS3GetBucketAclOutput
Objective-C
@interface AWSS3GetBucketAclOutput
Swift
class AWSS3GetBucketAclOutput
-
A list of grants.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSS3Grant *> *_Nullable grants;
Swift
var grants: [AWSS3Grant]? { get set }
-
Container for the bucket owner’s display name and ID.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3Owner *_Nullable owner;
Swift
var owner: AWSS3Owner? { get set }