Class: Aws::Types::StartTimerFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::StartTimerFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "TIMER_ID_ALREADY_IN_USE", ...
Returns the value of attribute cause.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
Instance Attribute Details
#cause ⇒ "TIMER_ID_ALREADY_IN_USE", ...
Returns the value of attribute cause.
934 935 936 |
# File 'sig/types.rbs', line 934 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
935 936 937 |
# File 'sig/types.rbs', line 935 def decision_task_completed_event_id @decision_task_completed_event_id end |
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def timer_id @timer_id end |