ValidateSecurityProfileBehaviorsRequest
public struct ValidateSecurityProfileBehaviorsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Declaration
Swift
public let behaviors: [Behavior]
-
Undocumented
Declaration
Swift
public init(behaviors: [Behavior])
-
Declaration
Swift
public func validate(name: String) throws