AWSIoTListThingPrincipalsResponse
Objective-C
@interface AWSIoTListThingPrincipalsResponseSwift
class AWSIoTListThingPrincipalsResponseThe output from the ListThingPrincipals operation.
- 
                  
                  The token to use to get the next set of results, or null if there are no additional results. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
- 
                  
                  The principals associated with the thing. DeclarationObjective-C @property (nonatomic, strong) NSArray<NSString *> *_Nullable principals;Swift var principals: [String]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTListThingPrincipalsResponse Class Reference
        AWSIoTListThingPrincipalsResponse Class Reference