AWSIoTSecurityProfileTargetMapping
Objective-C
@interface AWSIoTSecurityProfileTargetMapping
Swift
class AWSIoTSecurityProfileTargetMapping
Information about a security profile and the target associated with it.
-
Information that identifies the security profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTSecurityProfileIdentifier *_Nullable securityProfileIdentifier;Swift
var securityProfileIdentifier: AWSIoTSecurityProfileIdentifier? { get set } -
Information about the target (thing group) associated with the security profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTSecurityProfileTarget *_Nullable target;Swift
var target: AWSIoTSecurityProfileTarget? { get set }
View on GitHub
Install in Dash
AWSIoTSecurityProfileTargetMapping Class Reference