Class: Aws::Shield::Types::DescribeAttackRequest

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

#attack_idString

The unique identifier (ID) for the attack.

Returns:

  • (String)


672
673
674
675
676
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 672

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