Class: Aws::Types::TestCaseScenario

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure ⇒ ::String

Returns the value of attribute failure.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def failure
  @failure
end

#status ⇒ "PASS", ...

Returns the value of attribute status.

Returns:

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


256
257
258
# File 'sig/types.rbs', line 256

def status
  @status
end

#system_message ⇒ ::String

Returns the value of attribute system_message.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def system_message
  @system_message
end

#test_case_scenario_id ⇒ ::String

Returns the value of attribute test_case_scenario_id.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def test_case_scenario_id
  @test_case_scenario_id
end

#test_case_scenario_type ⇒ "Advanced", "Basic"

Returns the value of attribute test_case_scenario_type.

Returns:

  • ("Advanced", "Basic")


255
256
257
# File 'sig/types.rbs', line 255

def test_case_scenario_type
  @test_case_scenario_type
end