AWSIoTListThingGroupsForThingResponse

Objective-C

@interface AWSIoTListThingGroupsForThingResponse

Swift

class AWSIoTListThingGroupsForThingResponse
  • The token to use to get the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The thing groups.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTGroupNameAndArn *> *_Nullable thingGroups;

    Swift

    var thingGroups: [AWSIoTGroupNameAndArn]? { get set }