TapeInfo

public struct TapeInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

    Declaration

    Swift

    public let gatewayARN: String?
  • The date that the tape entered the custom tape pool with tape retention lock enabled.

    Declaration

    Swift

    public let poolEntryDate: TimeStamp?
  • The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool. Valid Values: GLACIER | DEEP_ARCHIVE

    Declaration

    Swift

    public let poolId: String?
  • The date that the tape became subject to tape retention lock.

    Declaration

    Swift

    public let retentionStartDate: TimeStamp?
  • The Amazon Resource Name (ARN) of a virtual tape.

    Declaration

    Swift

    public let tapeARN: String?
  • The barcode that identifies a specific virtual tape.

    Declaration

    Swift

    public let tapeBarcode: String?
  • The size, in bytes, of a virtual tape.

    Declaration

    Swift

    public let tapeSizeInBytes: Int64?
  • The status of the tape.

    Declaration

    Swift

    public let tapeStatus: String?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, poolEntryDate: TimeStamp? = nil, poolId: String? = nil, retentionStartDate: TimeStamp? = nil, tapeARN: String? = nil, tapeBarcode: String? = nil, tapeSizeInBytes: Int64? = nil, tapeStatus: String? = nil)