Class: Aws::EMR::Types::BootstrapActionConfig

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

Overview

Configuration of a bootstrap action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the bootstrap action.

Returns:

  • (String)


412
413
414
415
416
417
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 412

class BootstrapActionConfig < Struct.new(
  :name,
  :script_bootstrap_action)
  SENSITIVE = []
  include Aws::Structure
end

#script_bootstrap_actionTypes::ScriptBootstrapActionConfig

The script run by the bootstrap action.



412
413
414
415
416
417
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 412

class BootstrapActionConfig < Struct.new(
  :name,
  :script_bootstrap_action)
  SENSITIVE = []
  include Aws::Structure
end