Class: Aws::Types::TaskRunSessionActionDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::TaskRunSessionActionDefinitionSummary
- 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.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def parameters @parameters end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def step_id @step_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def task_id @task_id end |