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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 684

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