Class: Aws::Shield::Types::Mitigation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

The mitigation applied to a DDoS attack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mitigation_nameString

The name of the mitigation taken for this attack.

Returns:

  • (String)


1569
1570
1571
1572
1573
# File 'lib/aws-sdk-shield/types.rb', line 1569

class Mitigation < Struct.new(
  :mitigation_name)
  SENSITIVE = []
  include Aws::Structure
end