Class: Aws::Types::TestRunSourceEventDetail
- Inherits:
-
Object
- Object
- Aws::Types::TestRunSourceEventDetail
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AlarmStateChange, Error, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_state_change ⇒ Types::AlarmStateChangeDetail
Returns the value of attribute alarm_state_change.
-
#error ⇒ Types::TestRunSourceEventError
Returns the value of attribute error.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#alarm_state_change ⇒ Types::AlarmStateChangeDetail
Returns the value of attribute alarm_state_change.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def alarm_state_change @alarm_state_change end |
#error ⇒ Types::TestRunSourceEventError
Returns the value of attribute error.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def error @error end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def unknown @unknown end |