Class: Aws::Shield::Types::DescribeAttackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attackTypes::AttackDetail

The attack that you requested.

Returns:



684
685
686
687
688
# File 'lib/aws-sdk-shield/types.rb', line 684

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