ListThingsInThingGroupResponse
public struct ListThingsInThingGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String? -
The things in the specified thing group.
Declaration
Swift
public let things: [String]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, things: [String]? = nil)
View on GitHub
ListThingsInThingGroupResponse Structure Reference