DescribeTapeRecoveryPointsOutput

public struct DescribeTapeRecoveryPointsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended. Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

    Declaration

    Swift

    public let marker: String?
  • An array of TapeRecoveryPointInfos that are available for the specified gateway.

    Declaration

    Swift

    public let tapeRecoveryPointInfos: [TapeRecoveryPointInfo]?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, marker: String? = nil, tapeRecoveryPointInfos: [TapeRecoveryPointInfo]? = nil)