TapeRecoveryPointInfo
public struct TapeRecoveryPointInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the virtual tape.
Declaration
Swift
public let tapeARN: String? -
The time when the point-in-time view of the virtual tape was replicated for later recovery. The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD’T'HH:MM:SS'Z’ format.
Declaration
Swift
public let tapeRecoveryPointTime: TimeStamp? -
The size, in bytes, of the virtual tapes to recover.
Declaration
Swift
public let tapeSizeInBytes: Int64? -
The status of the virtual tapes.
Declaration
Swift
public let tapeStatus: String? -
Undocumented
Declaration
Swift
public init(tapeARN: String? = nil, tapeRecoveryPointTime: TimeStamp? = nil, tapeSizeInBytes: Int64? = nil, tapeStatus: String? = nil)
View on GitHub
TapeRecoveryPointInfo Structure Reference