Class: Aws::Types::ScheduleActivityTaskFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleActivityTaskFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
-
#cause ⇒ "ACTIVITY_TYPE_DEPRECATED", ...
Returns the value of attribute cause.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
816 817 818 |
# File 'sig/types.rbs', line 816 def activity_id @activity_id end |
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
815 816 817 |
# File 'sig/types.rbs', line 815 def activity_type @activity_type end |
#cause ⇒ "ACTIVITY_TYPE_DEPRECATED", ...
Returns the value of attribute cause.
817 818 819 |
# File 'sig/types.rbs', line 817 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
818 819 820 |
# File 'sig/types.rbs', line 818 def decision_task_completed_event_id @decision_task_completed_event_id end |