Class: Aws::Types::SuiteRunConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SuiteRunConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parallel_run ⇒ Boolean
Returns the value of attribute parallel_run.
-
#primary_device ⇒ Types::DeviceUnderTest
Returns the value of attribute primary_device.
-
#selected_test_list ⇒ ::Array[::String]
Returns the value of attribute selected_test_list.
Instance Attribute Details
#parallel_run ⇒ Boolean
Returns the value of attribute parallel_run.
212 213 214 |
# File 'sig/types.rbs', line 212 def parallel_run @parallel_run end |
#primary_device ⇒ Types::DeviceUnderTest
Returns the value of attribute primary_device.
210 211 212 |
# File 'sig/types.rbs', line 210 def primary_device @primary_device end |
#selected_test_list ⇒ ::Array[::String]
Returns the value of attribute selected_test_list.
211 212 213 |
# File 'sig/types.rbs', line 211 def selected_test_list @selected_test_list end |