GetVaultLockOutput class

Contains the Amazon S3 Glacier response to your request.

Constructors

GetVaultLockOutput({String? creationDate, String? expirationDate, String? policy, String? state})
GetVaultLockOutput.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate String?
The UTC date and time at which the vault lock was put into the InProgress state.
final
expirationDate String?
The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.
final
hashCode int
The hash code for this object.
no setterinherited
policy String?
The vault lock policy as a JSON string, which uses "" as an escape character.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the vault lock. InProgress or Locked.
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