Class: Aws::Types::TestWindowSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestWindowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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
#message ⇒ ::String
Returns the value of attribute message.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def @message end |
#status ⇒ ::String
Returns the value of attribute status.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def status @status end |
#test_window_end ⇒ ::Time
Returns the value of attribute test_window_end.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def test_window_end @test_window_end end |
#test_window_start ⇒ ::Time
Returns the value of attribute test_window_start.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def test_window_start @test_window_start end |