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 moresource§impl Debug for MemoryMiBRequest
impl Debug for MemoryMiBRequest
source§impl PartialEq<MemoryMiBRequest> for MemoryMiBRequest
impl PartialEq<MemoryMiBRequest> for MemoryMiBRequest
source§fn eq(&self, other: &MemoryMiBRequest) -> bool
fn eq(&self, other: &MemoryMiBRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.