DescribeVaultOutput
public struct DescribeVaultOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let creationDate: 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.
Declaration
Swift
public let lastInventoryDate: String?
-
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.
Declaration
Swift
public let numberOfArchives: Int64?
-
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.
Declaration
Swift
public let sizeInBytes: Int64?
-
The Amazon Resource Name (ARN) of the vault.
Declaration
Swift
public let vaultARN: String?
-
The name of the vault.
Declaration
Swift
public let vaultName: String?
-
Undocumented
Declaration
Swift
public init(creationDate: String? = nil, lastInventoryDate: String? = nil, numberOfArchives: Int64? = nil, sizeInBytes: Int64? = nil, vaultARN: String? = nil, vaultName: String? = nil)