class Aws::IoTDeviceAdvisor::Types::SuiteRunConfiguration

Gets suite run configuration.

@note When making an API call, you may pass SuiteRunConfiguration

data as a hash:

    {
      primary_device: {
        thing_arn: "AmazonResourceName",
        certificate_arn: "AmazonResourceName",
      },
      selected_test_list: ["UUID"],
    }

@!attribute [rw] primary_device

Gets the primary device for suite run.
@return [Types::DeviceUnderTest]

@!attribute [rw] selected_test_list

Gets test case list.
@return [Array<String>]

Constants

SENSITIVE