Class: Aws::EMR::Types::ScriptBootstrapActionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ScriptBootstrapActionConfig
- Includes:
- Structure
- Defined in:
- 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
-
#args ⇒ Array<String>
A list of command line arguments to pass to the bootstrap action script.
-
#path ⇒ String
Location in Amazon S3 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.
5793 5794 5795 5796 5797 5798 |
# File 'lib/aws-sdk-emr/types.rb', line 5793 class ScriptBootstrapActionConfig < Struct.new( :path, :args) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
Location in Amazon S3 of the script to run during a bootstrap action.
5793 5794 5795 5796 5797 5798 |
# File 'lib/aws-sdk-emr/types.rb', line 5793 class ScriptBootstrapActionConfig < Struct.new( :path, :args) SENSITIVE = [] include Aws::Structure end |