AWSIoTListThingGroupsResponse

Objective-C

@interface AWSIoTListThingGroupsResponse

Swift

class AWSIoTListThingGroupsResponse
  • The token to use to get the next set of results. Will not be returned if operation has returned all 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 }