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>)


5926
5927
5928
5929
5930
5931
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5926

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)


5926
5927
5928
5929
5930
5931
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5926

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