ListBucketMetricsConfigurationsOutput class

Constructors

ListBucketMetricsConfigurationsOutput({String? continuationToken, bool? isTruncated, List<MetricsConfiguration>? metricsConfigurationList, String? nextContinuationToken})
ListBucketMetricsConfigurationsOutput.fromXml(XmlElement elem)
factory

Properties

continuationToken String?
The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.
final
hashCode int
The hash code for this object.
no setterinherited
isTruncated bool?
Indicates whether the returned list of metrics 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
metricsConfigurationList List<MetricsConfiguration>?
The list of metrics configurations for a bucket.
final
nextContinuationToken String?
The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. 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