Class: Aws::Types::StartSuiteRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSuiteRunRequest
- 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_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
-
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Returns the value of attribute suite_run_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def suite_definition_id @suite_definition_id end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
164 165 166 |
# File 'sig/types.rbs', line 164 def suite_definition_version @suite_definition_version end |
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Returns the value of attribute suite_run_configuration.
165 166 167 |
# File 'sig/types.rbs', line 165 def suite_run_configuration @suite_run_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
166 167 168 |
# File 'sig/types.rbs', line 166 def end |