Class: Aws::Types::TimerFiredEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::TimerFiredEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
Instance Attribute Details
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def started_event_id @started_event_id end |
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
988 989 990 |
# File 'sig/types.rbs', line 988 def timer_id @timer_id end |