DescribeTapesOutput

public struct DescribeTapesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. If a response does not contain a marker, then there are no more results to be retrieved.

    Declaration

    Swift

    public let marker: String?
  • An array of virtual tape descriptions.

    Declaration

    Swift

    public let tapes: [Tape]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, tapes: [Tape]? = nil)