class Aws::IoTDeviceAdvisor::Types::ListSuiteRunsRequest

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

data as a hash:

    {
      suite_definition_id: "UUID",
      suite_definition_version: "SuiteDefinitionVersion",
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] suite_definition_id

Lists the test suite runs of the specified test suite based on suite
definition Id.
@return [String]

@!attribute [rw] suite_definition_version

Must be passed along with suiteDefinitionId. Lists the test suite
runs of the specified test suite based on suite definition version.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return at once.
@return [Integer]

@!attribute [rw] next_token

A token to retrieve the next set of results.
@return [String]

Constants

SENSITIVE