Class: Aws::IoT::Types::DetectMitigationActionsTaskTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetectMitigationActionsTaskTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The target of a mitigation action task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior_name ⇒ String
The name of the behavior.
-
#security_profile_name ⇒ String
The name of the security profile.
-
#violation_ids ⇒ Array<String>
The unique identifiers of the violations.
Instance Attribute Details
#behavior_name ⇒ String
The name of the behavior.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-iot/types.rb', line 7009 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.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-iot/types.rb', line 7009 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.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-iot/types.rb', line 7009 class DetectMitigationActionsTaskTarget < Struct.new( :violation_ids, :security_profile_name, :behavior_name) SENSITIVE = [] include Aws::Structure end |