Class: Aws::Types::ActivityTask
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTask
- 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.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
-
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def activity_id @activity_id end |
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
16 17 18 |
# File 'sig/types.rbs', line 16 def activity_type @activity_type end |
#input ⇒ ::String
Returns the value of attribute input.
17 18 19 |
# File 'sig/types.rbs', line 17 def input @input end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
14 15 16 |
# File 'sig/types.rbs', line 14 def started_event_id @started_event_id end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
12 13 14 |
# File 'sig/types.rbs', line 12 def task_token @task_token end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
15 16 17 |
# File 'sig/types.rbs', line 15 def workflow_execution @workflow_execution end |