ListTapePoolsInput
public struct ListTapePoolsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An optional number limit for the tape pools 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 tape pools.
Declaration
Swift
public let marker: String? -
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don’t specify a custom tape pool ARN, the response lists all custom tape pools.
Declaration
Swift
public let poolARNs: [String]? -
Undocumented
Declaration
Swift
public init(limit: Int? = nil, marker: String? = nil, poolARNs: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListTapePoolsInput Structure Reference