Class: Aws::IoTDeviceAdvisor::Types::SuiteRunConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::SuiteRunConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Overview
Gets suite run configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parallel_run ⇒ Boolean
TRUE if multiple test suites run in parallel.
-
#primary_device ⇒ Types::DeviceUnderTest
Sets the primary device for the test suite run.
-
#selected_test_list ⇒ Array<String>
Sets test case list.
Instance Attribute Details
#parallel_run ⇒ Boolean
TRUE if multiple test suites run in parallel.
625 626 627 628 629 630 631 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 625 class SuiteRunConfiguration < Struct.new( :primary_device, :selected_test_list, :parallel_run) SENSITIVE = [] include Aws::Structure end |
#primary_device ⇒ Types::DeviceUnderTest
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
625 626 627 628 629 630 631 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 625 class SuiteRunConfiguration < Struct.new( :primary_device, :selected_test_list, :parallel_run) SENSITIVE = [] include Aws::Structure end |
#selected_test_list ⇒ Array<String>
Sets test case list.
625 626 627 628 629 630 631 |
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 625 class SuiteRunConfiguration < Struct.new( :primary_device, :selected_test_list, :parallel_run) SENSITIVE = [] include Aws::Structure end |