AWSIoTListSecurityProfilesForTargetResponse
Objective-C
@interface AWSIoTListSecurityProfilesForTargetResponse
                Swift
class AWSIoTListSecurityProfilesForTargetResponse
                - 
                  
                  
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } - 
                  
                  
A list of security profiles and their associated targets.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTSecurityProfileTargetMapping *> *_Nullable securityProfileTargetMappings;Swift
var securityProfileTargetMappings: [AWSIoTSecurityProfileTargetMapping]? { get set } 
View on GitHub
Install in Dash
        AWSIoTListSecurityProfilesForTargetResponse Class Reference