DescribeVaultOutput class
Contains the Amazon S3 Glacier response to your request.
Constructors
- DescribeVaultOutput({String? creationDate, String? lastInventoryDate, int? numberOfArchives, int? sizeInBytes, String? vaultARN, String? vaultName})
-
DescribeVaultOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → String?
-
The Universal Coordinated Time (UTC) date when the vault was created. This
value should be a string in the ISO 8601 date format, for example
2012-03-20T17:03:43.221Z
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- lastInventoryDate → String?
-
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed
the last vault inventory. This value should be a string in the ISO 8601 date
format, for example
2012-03-20T17:03:43.221Z
.final - numberOfArchives → int?
-
The number of archives in the vault as of the last inventory date. This
field will return
null
if an inventory has not yet run on the vault, for example if you just created the vault.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeInBytes → int?
-
Total size, in bytes, of the archives in the vault as of the last inventory
date. This field will return null if an inventory has not yet run on the
vault, for example if you just created the vault.
final
- vaultARN → String?
-
The Amazon Resource Name (ARN) of the vault.
final
- vaultName → String?
-
The name of the vault.
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