DescribeStorediSCSIVolumesInput

public struct DescribeStorediSCSIVolumesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

    Declaration

    Swift

    public let volumeARNs: [String]
  • Undocumented

    Declaration

    Swift

    public init(volumeARNs: [String])
  • Declaration

    Swift

    public func validate(name: String) throws