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