ListThingsResponse
public struct ListThingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token used to get the next set of results. Will not be returned if operation has returned all results.
Declaration
Swift
public let nextToken: String? -
The things.
Declaration
Swift
public let things: [ThingAttribute]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, things: [ThingAttribute]? = nil)
View on GitHub
ListThingsResponse Structure Reference