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.
17205 17206 17207 17208 17209 |
# File 'lib/aws-sdk-iot/types.rb', line 17205 class ValidateSecurityProfileBehaviorsRequest < Struct.new( :behaviors) SENSITIVE = [] include Aws::Structure end |