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_counters ⇒ Array<Types::SummarizedCounter>

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

Returns:

#attack_id ⇒ String

The unique identifier (ID) of the attack.

Returns:

  • (String) —

    The unique identifier (ID) of the attack.

#attack_properties ⇒ Array<Types::AttackProperty>

The array of AttackProperty objects.

Returns:

#end_time ⇒ Time

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.

#mitigations ⇒ Array<Types::Mitigation>

List of mitigation actions taken for the attack.

Returns:

#resource_arn ⇒ String

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_time ⇒ Time

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_resources ⇒ Array<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.