ListVolumeInitiatorsInput

public struct ListVolumeInitiatorsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

    Declaration

    Swift

    public let volumeARN: String
  • Undocumented

    Declaration

    Swift

    public init(volumeARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws