Class: Aws::EMR::Types::AddJobFlowStepsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

The output for the AddJobFlowSteps operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_idsArray<String>

The identifiers of the list of steps added to the job flow.

Returns:

  • (Array<String>)


135
136
137
138
139
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 135

class AddJobFlowStepsOutput < Struct.new(
  :step_ids)
  SENSITIVE = []
  include Aws::Structure
end