You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::ScriptBootstrapActionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ScriptBootstrapActionConfig
- Defined in:
- (unknown)
Overview
Note:
When passing ScriptBootstrapActionConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
path: "XmlString", # required
args: ["XmlString"],
}
Configuration of the script to run during a bootstrap action.
Returned by:
Instance Attribute Summary collapse
-
#args ⇒ Array<String>
A list of command line arguments to pass to the bootstrap action script.
-
#path ⇒ String
Location of the script to run during a bootstrap action.
Instance Attribute Details
#args ⇒ Array<String>
A list of command line arguments to pass to the bootstrap action script.
#path ⇒ String
Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.