AWSIoTListPrincipalThingsResponse
Objective-C
@interface AWSIoTListPrincipalThingsResponse
Swift
class AWSIoTListPrincipalThingsResponse
The output from the ListPrincipalThings operation.
-
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 things.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable things;
Swift
var things: [String]? { get set }