#[non_exhaustive]pub struct GetResourceMetricsOutput { /* private fields */ }
Implementations§
source§impl GetResourceMetricsOutput
impl GetResourceMetricsOutput
sourcepub fn aligned_start_time(&self) -> Option<&DateTime>
pub fn aligned_start_time(&self) -> Option<&DateTime>
The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds
). AlignedStartTime
will be less than or equal to the value of the user-specified StartTime
.
sourcepub fn aligned_end_time(&self) -> Option<&DateTime>
pub fn aligned_end_time(&self) -> Option<&DateTime>
The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds
). AlignedEndTime
will be greater than or equal to the value of the user-specified Endtime
.
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances
, the identifier is returned as DbiResourceId
.
sourcepub fn metric_list(&self) -> Option<&[MetricKeyDataPoints]>
pub fn metric_list(&self) -> Option<&[MetricKeyDataPoints]>
An array of metric results, where each array element contains all of the data points for a particular dimension.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords
.
source§impl GetResourceMetricsOutput
impl GetResourceMetricsOutput
sourcepub fn builder() -> GetResourceMetricsOutputBuilder
pub fn builder() -> GetResourceMetricsOutputBuilder
Creates a new builder-style object to manufacture GetResourceMetricsOutput
.
Trait Implementations§
source§impl Clone for GetResourceMetricsOutput
impl Clone for GetResourceMetricsOutput
source§fn clone(&self) -> GetResourceMetricsOutput
fn clone(&self) -> GetResourceMetricsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetResourceMetricsOutput
impl Debug for GetResourceMetricsOutput
source§impl PartialEq<GetResourceMetricsOutput> for GetResourceMetricsOutput
impl PartialEq<GetResourceMetricsOutput> for GetResourceMetricsOutput
source§fn eq(&self, other: &GetResourceMetricsOutput) -> bool
fn eq(&self, other: &GetResourceMetricsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetResourceMetricsOutput
impl RequestId for GetResourceMetricsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.