Class: Aws::Types::TaskRunSessionActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TaskRunSessionActionDefinition
- 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.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def parameters @parameters end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3084 3085 3086 |
# File 'sig/types.rbs', line 3084 def task_id @task_id end |