AWSIoTListSecurityProfilesResponse
Objective-C
@interface AWSIoTListSecurityProfilesResponse
Swift
class AWSIoTListSecurityProfilesResponse
-
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 profile identifiers (names and ARNs).
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTSecurityProfileIdentifier *> *_Nullable securityProfileIdentifiers;Swift
var securityProfileIdentifiers: [AWSIoTSecurityProfileIdentifier]? { get set }
View on GitHub
Install in Dash
AWSIoTListSecurityProfilesResponse Class Reference