class Aws::IoTDeviceAdvisor::Types::SuiteRunInformation

Information about the suite run.

@!attribute [rw] suite_definition_id

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

@!attribute [rw] suite_definition_version

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

@!attribute [rw] suite_definition_name

Suite definition name of the suite run.
@return [String]

@!attribute [rw] suite_run_id

Suite run Id of the suite run.
@return [String]

@!attribute [rw] created_at

Date (in Unix epoch time) when the suite run was created.
@return [Time]

@!attribute [rw] started_at

Date (in Unix epoch time) when the suite run was started.
@return [Time]

@!attribute [rw] end_at

Date (in Unix epoch time) when the suite run ended.
@return [Time]

@!attribute [rw] status

Status of the suite run.
@return [String]

@!attribute [rw] passed

Number of test cases that passed in the suite run.
@return [Integer]

@!attribute [rw] failed

Number of test cases that failed in the suite run.
@return [Integer]

Constants

SENSITIVE