ListTapesOutput
public struct ListTapesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public let tapeInfos: [TapeInfo]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, tapeInfos: [TapeInfo]? = nil)