ListVolumesOutput

public struct ListVolumesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.

    Declaration

    Swift

    public let marker: String?
  • An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined for the gateway, then VolumeInfos is an empty array “[]”.

    Declaration

    Swift

    public let volumeInfos: [VolumeInfo]?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, marker: String? = nil, volumeInfos: [VolumeInfo]? = nil)