Class: Aws::Types::GetTestExecutionArtifactsUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTestExecutionArtifactsUrlResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#download_artifacts_url ⇒ ::String
Returns the value of attribute download_artifacts_url.
-
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
Instance Attribute Details
#download_artifacts_url ⇒ ::String
Returns the value of attribute download_artifacts_url.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def download_artifacts_url @download_artifacts_url end |
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def test_execution_id @test_execution_id end |