Class: Aws::Types::CanaryRunStatus
- Inherits:
-
Object
- Object
- Aws::Types::CanaryRunStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_code ⇒ "CANARY_FAILURE", "EXECUTION_FAILURE"
Returns the value of attribute state_reason_code.
-
#test_result ⇒ "PASSED", ...
Returns the value of attribute test_result.
Instance Attribute Details
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
148 149 150 |
# File 'sig/types.rbs', line 148 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
149 150 151 |
# File 'sig/types.rbs', line 149 def state_reason @state_reason end |
#state_reason_code ⇒ "CANARY_FAILURE", "EXECUTION_FAILURE"
Returns the value of attribute state_reason_code.
150 151 152 |
# File 'sig/types.rbs', line 150 def state_reason_code @state_reason_code end |
#test_result ⇒ "PASSED", ...
Returns the value of attribute test_result.
151 152 153 |
# File 'sig/types.rbs', line 151 def test_result @test_result end |