BlockPublicAccess
public struct BlockPublicAccess : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates if S3 Block Public Access is set to BlockPublicAcls.
Declaration
Swift
public let blockPublicAcls: Bool? -
Indicates if S3 Block Public Access is set to BlockPublicPolicy.
Declaration
Swift
public let blockPublicPolicy: Bool? -
Indicates if S3 Block Public Access is set to IgnorePublicAcls.
Declaration
Swift
public let ignorePublicAcls: Bool? -
Indicates if S3 Block Public Access is set to RestrictPublicBuckets.
Declaration
Swift
public let restrictPublicBuckets: Bool? -
Undocumented
Declaration
Swift
public init(blockPublicAcls: Bool? = nil, blockPublicPolicy: Bool? = nil, ignorePublicAcls: Bool? = nil, restrictPublicBuckets: Bool? = nil)
View on GitHub
BlockPublicAccess Structure Reference