Class: Aws::Shield::Types::AttackSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AttackSummary
- 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
-
#attack_id ⇒ String
The unique identifier (ID) of the attack.
-
#attack_vectors ⇒ Array<Types::AttackVectorDescription>
The list of attacks for a specified time period.
-
#end_time ⇒ Time
The end time of the attack, in Unix time in seconds.
-
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource that was attacked.
-
#start_time ⇒ Time
The start time of the attack, in Unix time in seconds.
Instance Attribute Details
#attack_id ⇒ String
The unique identifier (ID) of the attack.
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_vectors ⇒ Array<Types::AttackVectorDescription>
The list of attacks for a specified time period.
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_time ⇒ Time
The end time of the attack, in Unix time in seconds.
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_arn ⇒ String
The ARN (Amazon Resource Name) of the resource that was attacked.
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_time ⇒ Time
The start time of the attack, in Unix time in seconds.
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 |