Class: Aws::EMR::Types::TerminateJobFlowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::TerminateJobFlowsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass TerminateJobFlowsInput data as a hash:
{
job_flow_ids: ["XmlString"], # required
}
Input to the TerminateJobFlows operation.
Instance Attribute Summary collapse
-
#job_flow_ids ⇒ Array<String>
A list of job flows to be shutdown.
Instance Attribute Details
#job_flow_ids ⇒ Array<String>
A list of job flows to be shutdown.
5314 5315 5316 5317 |
# File 'lib/aws-sdk-emr/types.rb', line 5314 class TerminateJobFlowsInput < Struct.new( :job_flow_ids) include Aws::Structure end |