You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TerminateJobFlowsInput as input to an Aws::Client method, you can use a vanilla 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>)

    A list of job flows to be shutdown.