AWSIoTAttachSecurityProfileRequest
Objective-C
@interface AWSIoTAttachSecurityProfileRequest
Swift
class AWSIoTAttachSecurityProfileRequest
-
The security profile that is attached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityProfileName;
Swift
var securityProfileName: String? { get set }
-
The ARN of the target (thing group) to which the security profile is attached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityProfileTargetArn;
Swift
var securityProfileTargetArn: String? { get set }