ListThingTypesResponse
public struct ListThingTypesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token for the next set of results. Will not be returned if operation has returned all results.
Declaration
Swift
public let nextToken: String? -
The thing types.
Declaration
Swift
public let thingTypes: [ThingTypeDefinition]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, thingTypes: [ThingTypeDefinition]? = nil)
View on GitHub
ListThingTypesResponse Structure Reference