AWSIoTValidateSecurityProfileBehaviorsRequest
Objective-C
@interface AWSIoTValidateSecurityProfileBehaviorsRequest
Swift
class AWSIoTValidateSecurityProfileBehaviorsRequest
-
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTBehavior *> *_Nullable behaviors;
Swift
var behaviors: [AWSIoTBehavior]? { get set }