Class: Aws::EMR::Types::AddJobFlowStepsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AddJobFlowStepsOutput
- 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
-
#step_ids ⇒ Array<String>
The identifiers of the list of steps added to the job flow.
Instance Attribute Details
#step_ids ⇒ Array<String>
The identifiers of the list of steps added to the job flow.
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 |