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(String? mFADelete, String? status)
VersioningConfiguration.fromXml(XmlElement? xml)

Properties

hashCode int
The hash code for this object.
no setterinherited
mFADelete String?
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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The versioning state of the bucket.
getter/setter pair

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() → XmlNode

Operators

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