Class: Aws::Types::ListTestRunEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestRunEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
848 849 850 |
# File 'sig/types.rbs', line 848 def ended_at @ended_at end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
849 850 851 |
# File 'sig/types.rbs', line 849 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
850 851 852 |
# File 'sig/types.rbs', line 850 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
846 847 848 |
# File 'sig/types.rbs', line 846 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
847 848 849 |
# File 'sig/types.rbs', line 847 def started_at @started_at end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
845 846 847 |
# File 'sig/types.rbs', line 845 def test_run_id @test_run_id end |