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

Class: Aws::Shield::Types::AttackDetail

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

Overview

The details of a DDoS attack.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attack_countersArray<Types::SummarizedCounter>

List of counters that describe the attack for the specified time period.

Returns:

#attack_idString

The unique identifier (ID) of the attack.

Returns:

  • (String)

    The unique identifier (ID) of the attack.

#attack_propertiesArray<Types::AttackProperty>

The array of AttackProperty objects.

Returns:

#end_timeTime

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

Returns:

  • (Time)

    The time the attack ended, in Unix time in seconds.

#mitigationsArray<Types::Mitigation>

List of mitigation actions taken for the attack.

Returns:

#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 time the attack started, in Unix time in seconds. For more information see timestamp.

Returns:

  • (Time)

    The time the attack started, in Unix time in seconds.

#sub_resourcesArray<Types::SubResourceSummary>

If applicable, additional detail about the resource being attacked, for example, IP address or URL.

Returns:

  • (Array<Types::SubResourceSummary>)

    If applicable, additional detail about the resource being attacked, for example, IP address or URL.