Class: Aws::Types::StopSuiteRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopSuiteRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
Instance Attribute Details
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def suite_definition_id @suite_definition_id end |
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def suite_run_id @suite_run_id end |