Class: Aws::Shield::Types::Mitigation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::Mitigation
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
The mitigation applied to a DDoS attack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mitigation_name ⇒ String
The name of the mitigation taken for this attack.
Instance Attribute Details
#mitigation_name ⇒ String
The name of the mitigation taken for this attack.
1569 1570 1571 1572 1573 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1569 class Mitigation < Struct.new( :mitigation_name) SENSITIVE = [] include Aws::Structure end |