RetrieveTapeRecoveryPointInput

public struct RetrieveTapeRecoveryPointInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String
  • The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

    Declaration

    Swift

    public let tapeARN: String
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String, tapeARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws