Struct aws_sdk_datasync::types::P95Metrics
source · #[non_exhaustive]pub struct P95Metrics { /* private fields */ }
Expand description
The types of performance data that DataSync Discovery collects about an on-premises storage system resource.
Implementations§
source§impl P95Metrics
impl P95Metrics
sourcepub fn iops(&self) -> Option<&Iops>
pub fn iops(&self) -> Option<&Iops>
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
sourcepub fn throughput(&self) -> Option<&Throughput>
pub fn throughput(&self) -> Option<&Throughput>
The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
source§impl P95Metrics
impl P95Metrics
sourcepub fn builder() -> P95MetricsBuilder
pub fn builder() -> P95MetricsBuilder
Creates a new builder-style object to manufacture P95Metrics
.
Trait Implementations§
source§impl Clone for P95Metrics
impl Clone for P95Metrics
source§fn clone(&self) -> P95Metrics
fn clone(&self) -> P95Metrics
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 P95Metrics
impl Debug for P95Metrics
source§impl PartialEq<P95Metrics> for P95Metrics
impl PartialEq<P95Metrics> for P95Metrics
source§fn eq(&self, other: &P95Metrics) -> bool
fn eq(&self, other: &P95Metrics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for P95Metrics
Auto Trait Implementations§
impl RefUnwindSafe for P95Metrics
impl Send for P95Metrics
impl Sync for P95Metrics
impl Unpin for P95Metrics
impl UnwindSafe for P95Metrics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more