Struct aws_sdk_ec2::model::launch_template_elastic_inference_accelerator::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LaunchTemplateElasticInferenceAccelerator
Implementations
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
The number of elastic inference accelerators to attach to the instance.
Default: 1
The number of elastic inference accelerators to attach to the instance.
Default: 1
Consumes the builder and constructs a LaunchTemplateElasticInferenceAccelerator
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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