Class: Aws::Types::AddJobFlowStepsInput
- Inherits:
-
Object
- Object
- Aws::Types::AddJobFlowStepsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
-
#steps ⇒ ::Array[Types::StepConfig]
Returns the value of attribute steps.
Instance Attribute Details
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def execution_role_arn @execution_role_arn end |
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def job_flow_id @job_flow_id end |
#steps ⇒ ::Array[Types::StepConfig]
Returns the value of attribute steps.
39 40 41 |
# File 'sig/types.rbs', line 39 def steps @steps end |