Class: Aws::Types::DecisionTaskTimedOutEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DecisionTaskTimedOutEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#timeout_type ⇒ "START_TO_CLOSE", "SCHEDULE_TO_START"
Returns the value of attribute timeout_type.
Instance Attribute Details
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def started_event_id @started_event_id end |
#timeout_type ⇒ "START_TO_CLOSE", "SCHEDULE_TO_START"
Returns the value of attribute timeout_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def timeout_type @timeout_type end |