Class: Aws::Types::ActivityTaskCanceledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskCanceledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#latest_cancel_requested_event_id ⇒ ::Integer
Returns the value of attribute latest_cancel_requested_event_id.
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
28 29 30 |
# File 'sig/types.rbs', line 28 def details @details end |
#latest_cancel_requested_event_id ⇒ ::Integer
Returns the value of attribute latest_cancel_requested_event_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def latest_cancel_requested_event_id @latest_cancel_requested_event_id end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def started_event_id @started_event_id end |