AWSIoTListThingGroupsRequest
Objective-C
@interface AWSIoTListThingGroupsRequest
Swift
class AWSIoTListThingGroupsRequest
-
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
A filter that limits the results to those with the specified name prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable namePrefixFilter;
Swift
var namePrefixFilter: String? { get set }
-
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A filter that limits the results to those with the specified parent group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable parentGroup;
Swift
var parentGroup: String? { get set }
-
If true, return child groups as well.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable recursive;
Swift
var recursive: NSNumber? { get set }