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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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:



16957
16958
16959
16960
16961
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16957

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