Class: Aws::EMR::Types::TerminateJobFlowsInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_flow_idsArray<String>

A list of job flows to be shutdown.

Returns:

  • (Array<String>)


5314
5315
5316
5317
# File 'lib/aws-sdk-emr/types.rb', line 5314

class TerminateJobFlowsInput < Struct.new(
  :job_flow_ids)
  include Aws::Structure
end