Class: Aws::EMR::Types::SetKeepJobFlowAliveWhenNoStepsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_flow_idsArray<String>

A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.

Returns:

  • (Array<String>)


5884
5885
5886
5887
5888
5889
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5884

class SetKeepJobFlowAliveWhenNoStepsInput < Struct.new(
  :job_flow_ids,
  :keep_job_flow_alive_when_no_steps)
  SENSITIVE = []
  include Aws::Structure
end

#keep_job_flow_alive_when_no_stepsBoolean

A Boolean that indicates whether to terminate the cluster after all steps are executed.

Returns:

  • (Boolean)


5884
5885
5886
5887
5888
5889
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5884

class SetKeepJobFlowAliveWhenNoStepsInput < Struct.new(
  :job_flow_ids,
  :keep_job_flow_alive_when_no_steps)
  SENSITIVE = []
  include Aws::Structure
end