Class: Aws::EMR::Types::ScriptBootstrapActionConfig

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

Overview

Configuration of the script to run during a bootstrap action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argsArray<String>

A list of command line arguments to pass to the bootstrap action script.

Returns:

  • (Array<String>)


5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5735

class ScriptBootstrapActionConfig < Struct.new(
  :path,
  :args)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

Location in Amazon S3 of the script to run during a bootstrap action.

Returns:

  • (String)


5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5735

class ScriptBootstrapActionConfig < Struct.new(
  :path,
  :args)
  SENSITIVE = []
  include Aws::Structure
end