AWSIoTSecurityProfileIdentifier
Objective-C
@interface AWSIoTSecurityProfileIdentifier
Swift
class AWSIoTSecurityProfileIdentifier
Identifying information for a Device Defender security profile.
Required parameters: [name, arn]
-
The ARN of the security profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The name you’ve given to the security profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }