Class: Aws::EMR::Types::TerminateJobFlowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::TerminateJobFlowsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Input to the TerminateJobFlows operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_flow_ids ⇒ Array<String>
A list of job flows to be shut down.
Instance Attribute Details
#job_flow_ids ⇒ Array<String>
A list of job flows to be shut down.
6947 6948 6949 6950 6951 |
# File 'lib/aws-sdk-emr/types.rb', line 6947 class TerminateJobFlowsInput < Struct.new( :job_flow_ids) SENSITIVE = [] include Aws::Structure end |