DescribeVaultOutput constructor

DescribeVaultOutput({
  1. String? creationDate,
  2. String? lastInventoryDate,
  3. int? numberOfArchives,
  4. int? sizeInBytes,
  5. String? vaultARN,
  6. String? vaultName,
})

Implementation

DescribeVaultOutput({
  this.creationDate,
  this.lastInventoryDate,
  this.numberOfArchives,
  this.sizeInBytes,
  this.vaultARN,
  this.vaultName,
});