Class: Aws::Types::TestCaseRun

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)


245
246
247
# File 'sig/types.rbs', line 245

def end_time
  @end_time
end

#failure ⇒ ::String

Returns the value of attribute failure.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def failure
  @failure
end

#log_url ⇒ ::String

Returns the value of attribute log_url.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def log_url
  @log_url
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


244
245
246
# File 'sig/types.rbs', line 244

def start_time
  @start_time
end

#status ⇒ "PASS", ...

Returns the value of attribute status.

Returns:

  • ("PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR")


243
244
245
# File 'sig/types.rbs', line 243

def status
  @status
end

#test_case_definition_id ⇒ ::String

Returns the value of attribute test_case_definition_id.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def test_case_definition_id
  @test_case_definition_id
end

#test_case_definition_name ⇒ ::String

Returns the value of attribute test_case_definition_name.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def test_case_definition_name
  @test_case_definition_name
end

#test_case_run_id ⇒ ::String

Returns the value of attribute test_case_run_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def test_case_run_id
  @test_case_run_id
end

#test_scenarios ⇒ ::Array[Types::TestCaseScenario]

Returns the value of attribute test_scenarios.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def test_scenarios
  @test_scenarios
end

#warnings ⇒ ::String

Returns the value of attribute warnings.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def warnings
  @warnings
end