You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BootstrapActionConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "XmlStringMaxLen256", # required
  script_bootstrap_action: { # required
    path: "XmlString", # required
    args: ["XmlString"],
  },
}

Configuration of a bootstrap action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the bootstrap action.

Returns:

  • (String)

    The name of the bootstrap action.

#script_bootstrap_actionTypes::ScriptBootstrapActionConfig

The script run by the bootstrap action.

Returns: