S3Resource class
Contains information about the S3 resource. This data type is used as a request parameter in the DisassociateS3Resources action and can be used as a response parameter in the AssociateS3Resources and UpdateS3Resources actions.
Constructors
- S3Resource({required String bucketName, String? prefix})
-
S3Resource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bucketName → String
-
The name of the S3 bucket.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
The prefix of the 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