You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Summarizes all DDoS attacks for a specified time period.

Instance Attribute Summary collapse

Instance Attribute Details

#attack_idString

The unique identifier (ID) of the attack.

Returns:

  • (String)

    The unique identifier (ID) of the attack.

#attack_vectorsArray<Types::AttackVectorDescription>

The list of attacks for a specified time period.

Returns:

#end_timeTime

The end time of the attack, in Unix time in seconds. For more information see timestamp.

Returns:

  • (Time)

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

#resource_arnString

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

Returns:

  • (String)

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

#start_timeTime

The start time of the attack, in Unix time in seconds. For more information see timestamp.

Returns:

  • (Time)

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