pub struct BootstrapActionConfig {
pub name: Value<String>,
pub script_bootstrap_action: Value<ScriptBootstrapActionConfig>,
}Expand description
The AWS::EMR::Cluster.BootstrapActionConfig property type.
Fields§
§name: Value<String>Property Name.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
script_bootstrap_action: Value<ScriptBootstrapActionConfig>Property ScriptBootstrapAction.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for BootstrapActionConfig
impl Debug for BootstrapActionConfig
Source§impl Default for BootstrapActionConfig
impl Default for BootstrapActionConfig
Source§fn default() -> BootstrapActionConfig
fn default() -> BootstrapActionConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BootstrapActionConfig
impl RefUnwindSafe for BootstrapActionConfig
impl Send for BootstrapActionConfig
impl Sync for BootstrapActionConfig
impl Unpin for BootstrapActionConfig
impl UnwindSafe for BootstrapActionConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more