SelectResult

public struct SelectResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of items that match the select expression.

    Declaration

    Swift

    public let items: [Item]?
  • An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(items: [Item]? = nil, nextToken: String? = nil)