DescribeVolumesResult

public struct DescribeVolumesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The NextToken value to include in a future DescribeVolumes request. When the results of a DescribeVolumes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Information about the volumes.

    Declaration

    Swift

    public let volumes: [Volume]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, volumes: [Volume]? = nil)