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_nameString

The name of the behavior.

Returns:

  • (String)


6739
6740
6741
6742
6743
6744
6745
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6739

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

#security_profile_nameString

The name of the security profile.

Returns:

  • (String)


6739
6740
6741
6742
6743
6744
6745
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6739

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

#violation_idsArray<String>

The unique identifiers of the violations.

Returns:

  • (Array<String>)


6739
6740
6741
6742
6743
6744
6745
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6739

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