RegionalBucket class
The container for the regional bucket.
Constructors
- RegionalBucket({required String bucket, required DateTime creationDate, required bool publicAccessBlockEnabled, String? bucketArn, String? outpostId})
- RegionalBucket.fromXml(XmlElement elem)
-
factory
Properties
- bucket → String
-
final
- bucketArn → String?
-
The Amazon Resource Name (ARN) for the regional bucket.
final
- creationDate → DateTime
-
The creation date of the regional bucket
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- outpostId → String?
-
The AWS Outposts ID of the regional bucket.
final
- publicAccessBlockEnabled → bool
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited