Class: Aws::Types::ListSuiteRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSuiteRunsRequest
- 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.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
136 137 138 |
# File 'sig/types.rbs', line 136 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
137 138 139 |
# File 'sig/types.rbs', line 137 def next_token @next_token end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
134 135 136 |
# File 'sig/types.rbs', line 134 def suite_definition_id @suite_definition_id end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
135 136 137 |
# File 'sig/types.rbs', line 135 def suite_definition_version @suite_definition_version end |