Struct aws_sdk_ec2::model::AcceleratorCountRequest [−][src]
Expand description
The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
on an instance. To exclude accelerator-enabled instance types, set Max
to
0
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.min: Option<i32>
The minimum number of accelerators. To specify no minimum limit, omit this parameter.
max: Option<i32>
The maximum number of accelerators. To specify no maximum limit, omit this
parameter. To exclude accelerator-enabled instance types, set Max
to
0
.
Implementations
The minimum number of accelerators. To specify no minimum limit, omit this parameter.
Creates a new builder-style object to manufacture AcceleratorCountRequest
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AcceleratorCountRequest
impl Send for AcceleratorCountRequest
impl Sync for AcceleratorCountRequest
impl Unpin for AcceleratorCountRequest
impl UnwindSafe for AcceleratorCountRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more