Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorsArray<Types::Behavior>

Specifies the behaviors that, when violated by a device (thing), cause an alert.

Returns:



17747
17748
17749
17750
17751
# File 'lib/aws-sdk-iot/types.rb', line 17747

class ValidateSecurityProfileBehaviorsRequest < Struct.new(
  :behaviors)
  SENSITIVE = []
  include Aws::Structure
end