Class: Aws::Types::ListSuiteRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSuiteRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#suite_runs_list ⇒ ::Array[Types::SuiteRunInformation]
Returns the value of attribute suite_runs_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
143 144 145 |
# File 'sig/types.rbs', line 143 def next_token @next_token end |
#suite_runs_list ⇒ ::Array[Types::SuiteRunInformation]
Returns the value of attribute suite_runs_list.
142 143 144 |
# File 'sig/types.rbs', line 142 def suite_runs_list @suite_runs_list end |