Class: Aws::Types::DecisionTaskStartedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DecisionTaskStartedEventAttributes
- 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.
310 311 312 |
# File 'sig/types.rbs', line 310 def identity @identity end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def scheduled_event_id @scheduled_event_id end |