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
- Struct
- Aws::Shield::Types::AttackDetail
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#attack_counters ⇒ Array<Types::SummarizedCounter>
List of counters that describe the attack for the specified time period.
-
#attack_id ⇒ String
The unique identifier (ID) of the attack.
-
#attack_properties ⇒ Array<Types::AttackProperty>
The array of AttackProperty objects.
-
#end_time ⇒ Time
The time the attack ended, in Unix time in seconds.
-
#mitigations ⇒ Array<Types::Mitigation>
List of mitigation actions taken for the attack.
-
#resource_arn ⇒ 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.
-
#sub_resources ⇒ Array<Types::SubResourceSummary>
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
Instance Attribute Details
#attack_counters ⇒ Array<Types::SummarizedCounter>
List of counters that describe the attack for the specified time period.
#attack_id ⇒ String
The unique identifier (ID) of the attack.
#attack_properties ⇒ Array<Types::AttackProperty>
The array of AttackProperty objects.
#end_time ⇒ Time
The time the attack ended, in Unix time in seconds. For more information see timestamp.
#mitigations ⇒ Array<Types::Mitigation>
List of mitigation actions taken for the attack.
#resource_arn ⇒ 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.
#sub_resources ⇒ Array<Types::SubResourceSummary>
If applicable, additional detail about the resource being attacked, for example, IP address or URL.