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