ClassificationType
public struct ClassificationType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Amazon Macie Classic.
Declaration
Swift
public let continuous: S3ContinuousClassificationType -
A one-time classification of all of the existing objects in a specified S3 bucket.
Declaration
Swift
public let oneTime: S3OneTimeClassificationType -
Undocumented
Declaration
Swift
public init(continuous: S3ContinuousClassificationType, oneTime: S3OneTimeClassificationType)
View on GitHub
ClassificationType Structure Reference