ListStorageLensConfigurationEntry class

Part of ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.

Constructors

ListStorageLensConfigurationEntry({required String homeRegion, required String id, required String storageLensArn, bool? isEnabled})
ListStorageLensConfigurationEntry.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
homeRegion String
A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
final
id String
A container for the S3 Storage Lens configuration ID.
final
isEnabled bool?
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageLensArn String
The ARN of the S3 Storage Lens configuration. This property is read-only.
final

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