DescribeTapeRecoveryPointsInput
public struct DescribeTapeRecoveryPointsInput : AWSShape
extension StorageGateway.DescribeTapeRecoveryPointsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let gatewayARN: String -
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
Declaration
Swift
public let limit: Int? -
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(gatewayARN: String, limit: Int? = nil, marker: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> StorageGateway.DescribeTapeRecoveryPointsInput
View on GitHub
DescribeTapeRecoveryPointsInput Structure Reference