Class: Aws::Types::ActivityTaskTimedOutEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskTimedOutEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#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", ...
Returns the value of attribute timeout_type.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
80 81 82 |
# File 'sig/types.rbs', line 80 def details @details end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def started_event_id @started_event_id end |
#timeout_type ⇒ "START_TO_CLOSE", ...
Returns the value of attribute timeout_type.
77 78 79 |
# File 'sig/types.rbs', line 77 def timeout_type @timeout_type end |