Class: Aws::Types::ActivityTaskCompletedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskCompletedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#result ⇒ ::String
Returns the value of attribute result.
-
#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
#result ⇒ ::String
Returns the value of attribute result.
36 37 38 |
# File 'sig/types.rbs', line 36 def result @result end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def started_event_id @started_event_id end |