Struct aws_sdk_emr::model::SupportedProductConfig
source · #[non_exhaustive]pub struct SupportedProductConfig { /* private fields */ }Expand description
The list of supported product configurations that allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.
Implementations§
source§impl SupportedProductConfig
impl SupportedProductConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SupportedProductConfig.
Trait Implementations§
source§impl Clone for SupportedProductConfig
impl Clone for SupportedProductConfig
source§fn clone(&self) -> SupportedProductConfig
fn clone(&self) -> SupportedProductConfig
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