Class: Aws::IoT::Types::DetectMitigationActionsTaskTarget

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

Overview

The target of a mitigation action task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_name ⇒ String

The name of the behavior.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7643

class DetectMitigationActionsTaskTarget < Struct.new(
  :violation_ids,
  :security_profile_name,
  :behavior_name)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_name ⇒ String

The name of the security profile.

Returns:

  • (String)


7643
7644
7645
7646
7647
7648
7649
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7643

class DetectMitigationActionsTaskTarget < Struct.new(
  :violation_ids,
  :security_profile_name,
  :behavior_name)
  SENSITIVE = []
  include Aws::Structure
end

#violation_ids ⇒ Array<String>

The unique identifiers of the violations.

Returns:

  • (Array<String>)


7643
7644
7645
7646
7647
7648
7649
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7643

class DetectMitigationActionsTaskTarget < Struct.new(
  :violation_ids,
  :security_profile_name,
  :behavior_name)
  SENSITIVE = []
  include Aws::Structure
end