Class: Aws::Types::ActivityTaskStartedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskStartedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
66 67 68 |
# File 'sig/types.rbs', line 66 def identity @identity end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def scheduled_event_id @scheduled_event_id end |