Class: Aws::Types::GetSuiteRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSuiteRunRequest
- 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.
89 90 91 |
# File 'sig/types.rbs', line 89 def suite_definition_id @suite_definition_id end |
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def suite_run_id @suite_run_id end |