Class: Aws::Shield::Types::DescribeAttackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeAttackRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attack_id ⇒ String
The unique identifier (ID) for the attack.
Instance Attribute Details
#attack_id ⇒ String
The unique identifier (ID) for the attack.
672 673 674 675 676 |
# File 'lib/aws-sdk-shield/types.rb', line 672 class DescribeAttackRequest < Struct.new( :attack_id) SENSITIVE = [] include Aws::Structure end |