GetPartitionsResponse

public struct GetPartitionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A continuation token, if the returned list of partitions does not include the last one.

    Declaration

    Swift

    public let nextToken: String?
  • A list of requested partitions.

    Declaration

    Swift

    public let partitions: [Partition]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, partitions: [Partition]? = nil)