ListTapesInput
public struct ListTapesInput : AWSShape
extension StorageGateway.ListTapesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional number limit for the tapes in the list returned by this call.
Declaration
Swift
public let limit: Int?
-
A string that indicates the position at which to begin the returned list of tapes.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public let tapeARNs: [String]?
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, marker: String? = nil, tapeARNs: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> StorageGateway.ListTapesInput