Class: Aws::Types::AddJobFlowStepsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def steps
  @steps
end