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