Struct aws_sdk_emr::types::BootstrapActionDetail
source · #[non_exhaustive]pub struct BootstrapActionDetail { /* private fields */ }Expand description
Reports the configuration of a bootstrap action in a cluster (job flow).
Implementations§
source§impl BootstrapActionDetail
impl BootstrapActionDetail
sourcepub fn bootstrap_action_config(&self) -> Option<&BootstrapActionConfig>
pub fn bootstrap_action_config(&self) -> Option<&BootstrapActionConfig>
A description of the bootstrap action.
source§impl BootstrapActionDetail
impl BootstrapActionDetail
sourcepub fn builder() -> BootstrapActionDetailBuilder
pub fn builder() -> BootstrapActionDetailBuilder
Creates a new builder-style object to manufacture BootstrapActionDetail.
Trait Implementations§
source§impl Clone for BootstrapActionDetail
impl Clone for BootstrapActionDetail
source§fn clone(&self) -> BootstrapActionDetail
fn clone(&self) -> BootstrapActionDetail
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 BootstrapActionDetail
impl Debug for BootstrapActionDetail
source§impl PartialEq<BootstrapActionDetail> for BootstrapActionDetail
impl PartialEq<BootstrapActionDetail> for BootstrapActionDetail
source§fn eq(&self, other: &BootstrapActionDetail) -> bool
fn eq(&self, other: &BootstrapActionDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.