Class: Aws::EMR::Types::TerminateJobFlowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::TerminateJobFlowsInput
- Defined in:
- gems/aws-sdk-emr/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.
6932 6933 6934 6935 6936 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6932 class TerminateJobFlowsInput < Struct.new( :job_flow_ids) SENSITIVE = [] include Aws::Structure end |