Module: Aws::IoTDeviceAdvisor::Client::_GetSuiteRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSuiteRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #error_reason ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "PASS", ...
- #suite_definition_id ⇒ ::String
- #suite_definition_version ⇒ ::String
- #suite_run_arn ⇒ ::String
- #suite_run_configuration ⇒ Types::SuiteRunConfiguration
- #suite_run_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #test_result ⇒ Types::TestResult
Instance Method Details
#end_time ⇒ ::Time
145 |
# File 'sig/client.rbs', line 145
def end_time: () -> ::Time
|
#error_reason ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def error_reason: () -> ::String
|
#start_time ⇒ ::Time
144 |
# File 'sig/client.rbs', line 144
def start_time: () -> ::Time
|
#status ⇒ "PASS", ...
146 |
# File 'sig/client.rbs', line 146
def status: () -> ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
|
#suite_definition_id ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def suite_definition_id: () -> ::String
|
#suite_definition_version ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def suite_definition_version: () -> ::String
|
#suite_run_arn ⇒ ::String
141 |
# File 'sig/client.rbs', line 141
def suite_run_arn: () -> ::String
|
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
142 |
# File 'sig/client.rbs', line 142
def suite_run_configuration: () -> Types::SuiteRunConfiguration
|
#suite_run_id ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def suite_run_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
148 |
# File 'sig/client.rbs', line 148
def tags: () -> ::Hash[::String, ::String]
|
#test_result ⇒ Types::TestResult
143 |
# File 'sig/client.rbs', line 143
def test_result: () -> Types::TestResult
|