Class: Aws::Shield::Types::DescribeAttackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeAttackResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attack ⇒ Types::AttackDetail
The attack that you requested.
Instance Attribute Details
#attack ⇒ Types::AttackDetail
The attack that you requested.
684 685 686 687 688 |
# File 'lib/aws-sdk-shield/types.rb', line 684 class DescribeAttackResponse < Struct.new( :attack) SENSITIVE = [] include Aws::Structure end |