S3ResourceClassification class

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

Constructors

S3ResourceClassification({required String bucketName, required ClassificationType classificationType, String? prefix})
S3ResourceClassification.fromJson(Map<String, dynamic> json)
factory

Properties

bucketName String
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
final
classificationType ClassificationType
The classification type that you want to specify 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 that you want to associate with Amazon Macie Classic.
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