ListBucketIntelligentTieringConfigurationsOutput class

Constructors

ListBucketIntelligentTieringConfigurationsOutput({String? continuationToken, List<IntelligentTieringConfiguration>? intelligentTieringConfigurationList, bool? isTruncated, String? nextContinuationToken})
ListBucketIntelligentTieringConfigurationsOutput.fromXml(XmlElement elem)
factory

Properties

continuationToken String?
The ContinuationToken that represents a placeholder from where this request should begin.
final
hashCode int
The hash code for this object.
no setterinherited
intelligentTieringConfigurationList List<IntelligentTieringConfiguration>?
The list of S3 Intelligent-Tiering configurations for a bucket.
final
isTruncated bool?
Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
final
nextContinuationToken String?
The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
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