Struct aws_sdk_emrserverless::model::WorkerResourceConfig
source · #[non_exhaustive]pub struct WorkerResourceConfig { /* private fields */ }
Expand description
The cumulative configuration requirements for every worker instance of the worker type.
Implementations§
source§impl WorkerResourceConfig
impl WorkerResourceConfig
source§impl WorkerResourceConfig
impl WorkerResourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkerResourceConfig
.
Trait Implementations§
source§impl Clone for WorkerResourceConfig
impl Clone for WorkerResourceConfig
source§fn clone(&self) -> WorkerResourceConfig
fn clone(&self) -> WorkerResourceConfig
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 WorkerResourceConfig
impl Debug for WorkerResourceConfig
source§impl PartialEq<WorkerResourceConfig> for WorkerResourceConfig
impl PartialEq<WorkerResourceConfig> for WorkerResourceConfig
source§fn eq(&self, other: &WorkerResourceConfig) -> bool
fn eq(&self, other: &WorkerResourceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.