Class: Aws::Types::GetTestExecutionArtifactsUrlResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#download_artifacts_url ⇒ ::String

Returns the value of attribute download_artifacts_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def test_execution_id
  @test_execution_id
end