ClassificationType class

The classification type that Amazon Macie Classic applies to the associated S3 resources.

Constructors

ClassificationType({required S3ContinuousClassificationType continuous, required S3OneTimeClassificationType oneTime})
ClassificationType.fromJson(Map<String, dynamic> json)
factory

Properties

continuous S3ContinuousClassificationType
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.
final
hashCode int
The hash code for this object.
no setterinherited
oneTime S3OneTimeClassificationType
A one-time classification of all of the existing objects in a specified S3 bucket.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited