class Aws::IoTDeviceAdvisor::Types::StartSuiteRunRequest

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

data as a hash:

    {
      suite_definition_id: "UUID", # required
      suite_definition_version: "SuiteDefinitionVersion",
      suite_run_configuration: {
        primary_device: {
          thing_arn: "AmazonResourceName",
          certificate_arn: "AmazonResourceName",
        },
        selected_test_list: ["UUID"],
      },
      tags: {
        "String128" => "String256",
      },
    }

@!attribute [rw] suite_definition_id

Suite definition Id of the test suite.
@return [String]

@!attribute [rw] suite_definition_version

Suite definition version of the test suite.
@return [String]

@!attribute [rw] suite_run_configuration

Suite run configuration.
@return [Types::SuiteRunConfiguration]

@!attribute [rw] tags

The tags to be attached to the suite run.
@return [Hash<String,String>]

Constants

SENSITIVE