AWSS3GetBucketPolicyOutput
Objective-C
@interface AWSS3GetBucketPolicyOutput
Swift
class AWSS3GetBucketPolicyOutput
-
The bucket policy as a JSON document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policy;
Swift
var policy: String? { get set }