Class: Aws::Shield::Types::AttackSummary

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

Overview

Summarizes all DDoS attacks for a specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attack_idString

The unique identifier (ID) of the attack.

Returns:

  • (String)


331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 331

class AttackSummary < Struct.new(
  :attack_id,
  :resource_arn,
  :start_time,
  :end_time,
  :attack_vectors)
  SENSITIVE = []
  include Aws::Structure
end

#attack_vectorsArray<Types::AttackVectorDescription>

The list of attacks for a specified time period.

Returns:



331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 331

class AttackSummary < Struct.new(
  :attack_id,
  :resource_arn,
  :start_time,
  :end_time,
  :attack_vectors)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the attack, in Unix time in seconds.

Returns:

  • (Time)


331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 331

class AttackSummary < Struct.new(
  :attack_id,
  :resource_arn,
  :start_time,
  :end_time,
  :attack_vectors)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN (Amazon Resource Name) of the resource that was attacked.

Returns:

  • (String)


331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 331

class AttackSummary < Struct.new(
  :attack_id,
  :resource_arn,
  :start_time,
  :end_time,
  :attack_vectors)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the attack, in Unix time in seconds.

Returns:

  • (Time)


331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 331

class AttackSummary < Struct.new(
  :attack_id,
  :resource_arn,
  :start_time,
  :end_time,
  :attack_vectors)
  SENSITIVE = []
  include Aws::Structure
end