Class: Aws::Types::SuiteRunConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parallel_run ⇒ Boolean

Returns the value of attribute parallel_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


211
212
213
# File 'sig/types.rbs', line 211

def selected_test_list
  @selected_test_list
end