VersioningConfiguration class

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon Simple Storage Service API Reference.

Constructors

VersioningConfiguration({MFADelete? mFADelete, BucketVersioningStatus? status})

Properties

hashCode int
The hash code for this object.
no setterinherited
mFADelete MFADelete?
Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status BucketVersioningStatus?
The versioning state of the bucket.
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
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited