Class: Aws::Shield::Types::DescribeAttackStatisticsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_itemsArray<Types::AttackStatisticsDataItem>

The data that describes the attacks detected during the time period.



706
707
708
709
710
711
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 706

class DescribeAttackStatisticsResponse < Struct.new(
  :time_range,
  :data_items)
  SENSITIVE = []
  include Aws::Structure
end

#time_rangeTypes::TimeRange

The time range of the attack.

Returns:



706
707
708
709
710
711
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 706

class DescribeAttackStatisticsResponse < Struct.new(
  :time_range,
  :data_items)
  SENSITIVE = []
  include Aws::Structure
end