Class: Aws::Shield::Types::DescribeAttackStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeAttackStatisticsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_items ⇒ Array<Types::AttackStatisticsDataItem>
The data that describes the attacks detected during the time period.
-
#time_range ⇒ Types::TimeRange
The time range of the attack.
Instance Attribute Details
#data_items ⇒ Array<Types::AttackStatisticsDataItem>
The data that describes the attacks detected during the time period.
706 707 708 709 710 711 |
# File 'lib/aws-sdk-shield/types.rb', line 706 class DescribeAttackStatisticsResponse < Struct.new( :time_range, :data_items) SENSITIVE = [] include Aws::Structure end |
#time_range ⇒ Types::TimeRange
The time range of the attack.
706 707 708 709 710 711 |
# File 'lib/aws-sdk-shield/types.rb', line 706 class DescribeAttackStatisticsResponse < Struct.new( :time_range, :data_items) SENSITIVE = [] include Aws::Structure end |