ListRegionalBucketsResult class

Constructors

ListRegionalBucketsResult({String? nextToken, List<RegionalBucket>? regionalBucketList})
ListRegionalBucketsResult.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
NextToken is sent when isTruncated is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this NextToken. NextToken is obfuscated and is not a real key.
final
regionalBucketList List<RegionalBucket>?
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