Class: Aws::Types::TestCaseScenario
- Inherits:
-
Object
- Object
- Aws::Types::TestCaseScenario
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure ⇒ ::String
Returns the value of attribute failure.
-
#status ⇒ "PASS", ...
Returns the value of attribute status.
-
#system_message ⇒ ::String
Returns the value of attribute system_message.
-
#test_case_scenario_id ⇒ ::String
Returns the value of attribute test_case_scenario_id.
-
#test_case_scenario_type ⇒ "Advanced", "Basic"
Returns the value of attribute test_case_scenario_type.
Instance Attribute Details
#failure ⇒ ::String
Returns the value of attribute failure.
257 258 259 |
# File 'sig/types.rbs', line 257 def failure @failure end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
256 257 258 |
# File 'sig/types.rbs', line 256 def status @status end |
#system_message ⇒ ::String
Returns the value of attribute system_message.
258 259 260 |
# File 'sig/types.rbs', line 258 def @system_message end |
#test_case_scenario_id ⇒ ::String
Returns the value of attribute test_case_scenario_id.
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.
255 256 257 |
# File 'sig/types.rbs', line 255 def test_case_scenario_type @test_case_scenario_type end |