AWSS3GetObjectAclOutput
Objective-C
@interface AWSS3GetObjectAclOutput
Swift
class AWSS3GetObjectAclOutput
-
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 } -
If present, indicates that the requester was successfully charged for the request.
Declaration
Objective-C
@property (nonatomic) AWSS3RequestCharged requestCharged;Swift
var requestCharged: AWSS3RequestCharged { get set }
View on GitHub
Install in Dash
AWSS3GetObjectAclOutput Class Reference