Module: Aws::IoTDeviceAdvisor::Client::_GetSuiteRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetSuiteRunResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#end_time::Time

Returns:

  • (::Time)


145
# File 'sig/client.rbs', line 145

def end_time: () -> ::Time

#error_reason::String

Returns:

  • (::String)


147
# File 'sig/client.rbs', line 147

def error_reason: () -> ::String

#start_time::Time

Returns:

  • (::Time)


144
# File 'sig/client.rbs', line 144

def start_time: () -> ::Time

#status"PASS", ...

Returns:

  • ("PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR")


146
# File 'sig/client.rbs', line 146

def status: () -> ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")

#suite_definition_id::String

Returns:

  • (::String)


138
# File 'sig/client.rbs', line 138

def suite_definition_id: () -> ::String

#suite_definition_version::String

Returns:

  • (::String)


139
# File 'sig/client.rbs', line 139

def suite_definition_version: () -> ::String

#suite_run_arn::String

Returns:

  • (::String)


141
# File 'sig/client.rbs', line 141

def suite_run_arn: () -> ::String

#suite_run_configurationTypes::SuiteRunConfiguration



142
# File 'sig/client.rbs', line 142

def suite_run_configuration: () -> Types::SuiteRunConfiguration

#suite_run_id::String

Returns:

  • (::String)


140
# File 'sig/client.rbs', line 140

def suite_run_id: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


148
# File 'sig/client.rbs', line 148

def tags: () -> ::Hash[::String, ::String]

#test_resultTypes::TestResult

Returns:



143
# File 'sig/client.rbs', line 143

def test_result: () -> Types::TestResult