UpdateVTLDeviceTypeInput

public struct UpdateVTLDeviceTypeInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of medium changer you want to select. Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402

    Declaration

    Swift

    public let deviceType: String
  • The Amazon Resource Name (ARN) of the medium changer you want to select.

    Declaration

    Swift

    public let vTLDeviceARN: String
  • Undocumented

    Declaration

    Swift

    public init(deviceType: String, vTLDeviceARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws