Class: Aws::Types::GetTestCaseExecutionSummaryResponse

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)


4262
4263
4264
# File 'sig/types.rbs', line 4262

def end_time
  @end_time
end

#observation_summaryTypes::ObservationSummary

Returns the value of attribute observation_summary.



4264
4265
4266
# File 'sig/types.rbs', line 4264

def observation_summary
  @observation_summary
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


4261
4262
4263
# File 'sig/types.rbs', line 4261

def start_time
  @start_time
end

#status"INITIATED", ...

Returns the value of attribute status.

Returns:

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


4263
4264
4265
# File 'sig/types.rbs', line 4263

def status
  @status
end