S3ResourceClassificationUpdate class

The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.

Constructors

S3ResourceClassificationUpdate({required String bucketName, required ClassificationTypeUpdate classificationTypeUpdate, String? prefix})

Properties

bucketName String
The name of the S3 bucket whose classification types you want to update.
final
classificationTypeUpdate ClassificationTypeUpdate
The classification type that you want to update for the resource associated with Amazon Macie Classic.
final
hashCode int
The hash code for this object.
no setterinherited
prefix String?
The prefix of the S3 bucket whose classification types you want to update.
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