Class: Aws::Types::DescribeAttackStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAttackStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_items ⇒ ::Array[Types::AttackStatisticsDataItem]
Returns the value of attribute data_items.
-
#time_range ⇒ Types::TimeRange
Returns the value of attribute time_range.
Instance Attribute Details
#data_items ⇒ ::Array[Types::AttackStatisticsDataItem]
Returns the value of attribute data_items.
193 194 195 |
# File 'sig/types.rbs', line 193 def data_items @data_items end |
#time_range ⇒ Types::TimeRange
Returns the value of attribute time_range.
192 193 194 |
# File 'sig/types.rbs', line 192 def time_range @time_range end |