AccessControlList
public struct AccessControlList : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).
Declaration
Swift
public let allowsPublicReadAccess: Bool? -
A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).
Declaration
Swift
public let allowsPublicWriteAccess: Bool? -
Undocumented
Declaration
Swift
public init(allowsPublicReadAccess: Bool? = nil, allowsPublicWriteAccess: Bool? = nil)
View on GitHub
AccessControlList Structure Reference