Class: Aws::EMR::Types::BootstrapActionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::BootstrapActionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Configuration of a bootstrap action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the bootstrap action.
-
#script_bootstrap_action ⇒ Types::ScriptBootstrapActionConfig
The script run by the bootstrap action.
Instance Attribute Details
#name ⇒ String
The name of the bootstrap action.
412 413 414 415 416 417 |
# File 'lib/aws-sdk-emr/types.rb', line 412 class BootstrapActionConfig < Struct.new( :name, :script_bootstrap_action) SENSITIVE = [] include Aws::Structure end |
#script_bootstrap_action ⇒ Types::ScriptBootstrapActionConfig
The script run by the bootstrap action.
412 413 414 415 416 417 |
# File 'lib/aws-sdk-emr/types.rb', line 412 class BootstrapActionConfig < Struct.new( :name, :script_bootstrap_action) SENSITIVE = [] include Aws::Structure end |