Class: Aws::Types::ListTestRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
878 879 880 |
# File 'sig/types.rbs', line 878 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
876 877 878 |
# File 'sig/types.rbs', line 876 def service_arn @service_arn end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def test_id @test_id end |