Class: Aws::Types::TestCaseExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:



8554
8555
8556
# File 'sig/types.rbs', line 8554

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



8553
8554
8555
# File 'sig/types.rbs', line 8553

def start_time
  @start_time
end

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

Returns the value of attribute tags.

Returns:



8558
8559
8560
# File 'sig/types.rbs', line 8558

def tags
  @tags
end

#test_case_execution_id::String

Returns the value of attribute test_case_execution_id.

Returns:



8555
8556
8557
# File 'sig/types.rbs', line 8555

def test_case_execution_id
  @test_case_execution_id
end

#test_case_execution_status"INITIATED", ...

Returns the value of attribute test_case_execution_status.

Returns:



8557
8558
8559
# File 'sig/types.rbs', line 8557

def test_case_execution_status
  @test_case_execution_status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:



8556
8557
8558
# File 'sig/types.rbs', line 8556

def test_case_id
  @test_case_id
end