Class: Aws::Types::AssignedTaskRunSessionActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssignedTaskRunSessionActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
Returns the value of attribute parameters.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#parameters ⇒ ::Hash[::String, Types::TaskParameterValue]
Returns the value of attribute parameters.
99 100 101 |
# File 'sig/types.rbs', line 99 def parameters @parameters end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def task_id @task_id end |