Class: Aws::Types::ActivityTaskFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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.
44 45 46 |
# File 'sig/types.rbs', line 44 def details @details end |
#reason ⇒ ::String
Returns the value of attribute reason.
43 44 45 |
# File 'sig/types.rbs', line 43 def reason @reason end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def started_event_id @started_event_id end |