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 moresource§impl Debug for ScriptBootstrapActionConfig
impl Debug for ScriptBootstrapActionConfig
source§impl PartialEq<ScriptBootstrapActionConfig> for ScriptBootstrapActionConfig
impl PartialEq<ScriptBootstrapActionConfig> for ScriptBootstrapActionConfig
source§fn eq(&self, other: &ScriptBootstrapActionConfig) -> bool
fn eq(&self, other: &ScriptBootstrapActionConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.