Class: Aws::IoT::Types::ListActiveViolationsRequest

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

#behavior_criteria_typeString

The criteria for a behavior.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#list_suppressed_alertsBoolean

A list of all suppressed alerts.

Returns:

  • (Boolean)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The name of the Device Defender security profile for which violations are listed.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing whose active violations are listed.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#verification_stateString

The verification state of the violation (detect alarm).

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9022

class ListActiveViolationsRequest < Struct.new(
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end