Class: Aws::Types::ActivityTaskCancelRequestedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskCancelRequestedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def activity_id @activity_id end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def decision_task_completed_event_id @decision_task_completed_event_id end |