ListThingGroupsResponse
public struct ListThingGroupsResponse : 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 thing groups.
Declaration
Swift
public let thingGroups: [GroupNameAndArn]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, thingGroups: [GroupNameAndArn]? = nil)