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:

  • (::Time)


8131
8132
8133
# File 'sig/types.rbs', line 8131

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


8130
8131
8132
# File 'sig/types.rbs', line 8130

def start_time
  @start_time
end

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

Returns the value of attribute tags.

Returns:

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


8135
8136
8137
# File 'sig/types.rbs', line 8135

def tags
  @tags
end

#test_case_execution_id::String

Returns the value of attribute test_case_execution_id.

Returns:

  • (::String)


8132
8133
8134
# File 'sig/types.rbs', line 8132

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:

  • ("INITIATED", "PASSED", "FAILED", "IN_PROGRESS", "STOPPED")


8134
8135
8136
# File 'sig/types.rbs', line 8134

def test_case_execution_status
  @test_case_execution_status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


8133
8134
8135
# File 'sig/types.rbs', line 8133

def test_case_id
  @test_case_id
end