SearchThingsResponse

public struct SearchThingsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The string to specify as nextToken when you request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • An array of things in the result set.

    Declaration

    Swift

    public let things: [Thing]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, things: [Thing]? = nil)