S3ResourceClassificationUpdate
public struct S3ResourceClassificationUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket whose classification types you want to update.
Declaration
Swift
public let bucketName: String
-
The classification type that you want to update for the resource associated with Amazon Macie Classic.
Declaration
Swift
public let classificationTypeUpdate: ClassificationTypeUpdate
-
The prefix of the S3 bucket whose classification types you want to update.
Declaration
Swift
public let prefix: String?
-
Undocumented
Declaration
Swift
public init(bucketName: String, classificationTypeUpdate: ClassificationTypeUpdate, prefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws