Class: Aws::EMR::Types::BootstrapActionConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::BootstrapActionConfig
 
- 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
- 
  
    
      #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 '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_action ⇒ Types::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 |