DescribeVolumesRequest

public struct DescribeVolumesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

    Declaration

    Swift

    public let instanceId: String?
  • The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.

    Declaration

    Swift

    public let raidArrayId: String?
  • A stack ID. The action describes the stack’s registered Amazon EBS volumes.

    Declaration

    Swift

    public let stackId: String?
  • Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

    Declaration

    Swift

    public let volumeIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String? = nil, raidArrayId: String? = nil, stackId: String? = nil, volumeIds: [String]? = nil)