Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidateSecurityProfileBehaviorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behaviors ⇒ Array<Types::Behavior>
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Instance Attribute Details
#behaviors ⇒ Array<Types::Behavior>
Specifies the behaviors that, when violated by a device (thing), cause an alert.
17747 17748 17749 17750 17751 |
# File 'lib/aws-sdk-iot/types.rb', line 17747 class ValidateSecurityProfileBehaviorsRequest < Struct.new( :behaviors) SENSITIVE = [] include Aws::Structure end |