Struct aws_sdk_emrserverless::model::AutoStartConfig
source · #[non_exhaustive]pub struct AutoStartConfig { /* private fields */ }Expand description
The configuration for an application to automatically start on job submission.
Implementations§
source§impl AutoStartConfig
impl AutoStartConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoStartConfig.
Trait Implementations§
source§impl Clone for AutoStartConfig
impl Clone for AutoStartConfig
source§fn clone(&self) -> AutoStartConfig
fn clone(&self) -> AutoStartConfig
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