Struct aws_sdk_ec2::model::MemoryMiBRequest
source · #[non_exhaustive]pub struct MemoryMiBRequest { /* private fields */ }
Expand description
The minimum and maximum amount of memory, in MiB.
Implementations§
source§impl MemoryMiBRequest
impl MemoryMiBRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MemoryMiBRequest
.
Trait Implementations§
source§impl Clone for MemoryMiBRequest
impl Clone for MemoryMiBRequest
source§fn clone(&self) -> MemoryMiBRequest
fn clone(&self) -> MemoryMiBRequest
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