Struct aws_sdk_emr::model::ScriptBootstrapActionConfig
source · #[non_exhaustive]pub struct ScriptBootstrapActionConfig { /* private fields */ }Expand description
Configuration of the script to run during a bootstrap action.
Implementations§
source§impl ScriptBootstrapActionConfig
impl ScriptBootstrapActionConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScriptBootstrapActionConfig.
Trait Implementations§
source§impl Clone for ScriptBootstrapActionConfig
impl Clone for ScriptBootstrapActionConfig
source§fn clone(&self) -> ScriptBootstrapActionConfig
fn clone(&self) -> ScriptBootstrapActionConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more