Class: Aws::Types::DetectMitigationActionsTaskTarget
- Inherits:
-
Object
- Object
- Aws::Types::DetectMitigationActionsTaskTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior_name ⇒ ::String
Returns the value of attribute behavior_name.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#violation_ids ⇒ ::Array[::String]
Returns the value of attribute violation_ids.
Instance Attribute Details
#behavior_name ⇒ ::String
Returns the value of attribute behavior_name.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def behavior_name @behavior_name end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def security_profile_name @security_profile_name end |
#violation_ids ⇒ ::Array[::String]
Returns the value of attribute violation_ids.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def violation_ids @violation_ids end |