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.
883 884 885 |
# File 'sig/types.rbs', line 883 def ended_at @ended_at end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
884 885 886 |
# File 'sig/types.rbs', line 884 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
885 886 887 |
# File 'sig/types.rbs', line 885 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
881 882 883 |
# File 'sig/types.rbs', line 881 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
882 883 884 |
# File 'sig/types.rbs', line 882 def started_at @started_at end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def test_run_id @test_run_id end |