Struct aws_sdk_ec2::model::ebs_optimized_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EbsOptimizedInfo
Implementations
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
The maximum input/output storage operations per second for an EBS-optimized instance type.
The maximum input/output storage operations per second for an EBS-optimized instance type.
Consumes the builder and constructs a EbsOptimizedInfo
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