AWSS3PolicyStatus
Objective-C
@interface AWSS3PolicyStatus
Swift
class AWSS3PolicyStatus
The container element for a bucket’s policy status.
-
The policy status for this bucket.
TRUE
indicates that this bucket is public.FALSE
indicates that the bucket is not public.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isPublic;
Swift
var isPublic: NSNumber? { get set }