Struct aws_sdk_ec2::model::BaselineEbsBandwidthMbps
source · #[non_exhaustive]pub struct BaselineEbsBandwidthMbps { /* private fields */ }
Expand description
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.
Implementations§
source§impl BaselineEbsBandwidthMbps
impl BaselineEbsBandwidthMbps
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BaselineEbsBandwidthMbps
.
Trait Implementations§
source§impl Clone for BaselineEbsBandwidthMbps
impl Clone for BaselineEbsBandwidthMbps
source§fn clone(&self) -> BaselineEbsBandwidthMbps
fn clone(&self) -> BaselineEbsBandwidthMbps
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 BaselineEbsBandwidthMbps
impl Debug for BaselineEbsBandwidthMbps
source§impl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
impl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
source§fn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
fn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.