Class: Aws::Types::DetectMitigationActionsTaskTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_name::String

Returns the value of attribute behavior_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2155
2156
2157
# File 'sig/types.rbs', line 2155

def violation_ids
  @violation_ids
end