Class: Aws::Types::WindowSummary
- Inherits:
-
Object
- Object
- Aws::Types::WindowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_type ⇒ "SUMMARY", "COMPUTED"
Returns the value of attribute evaluation_type.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#metrics ⇒ Types::Metrics
Returns the value of attribute metrics.
-
#test_window_end ⇒ ::Time
Returns the value of attribute test_window_end.
-
#test_window_start ⇒ ::Time
Returns the value of attribute test_window_start.
Instance Attribute Details
#evaluation_type ⇒ "SUMMARY", "COMPUTED"
Returns the value of attribute evaluation_type.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def evaluation_type @evaluation_type end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def item_count @item_count end |
#metrics ⇒ Types::Metrics
Returns the value of attribute metrics.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def metrics @metrics end |
#test_window_end ⇒ ::Time
Returns the value of attribute test_window_end.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def test_window_end @test_window_end end |
#test_window_start ⇒ ::Time
Returns the value of attribute test_window_start.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def test_window_start @test_window_start end |