#[non_exhaustive]pub struct ListMetricValuesOutput { /* private fields */ }
Implementations§
source§impl ListMetricValuesOutput
impl ListMetricValuesOutput
sourcepub fn metric_datum_list(&self) -> Option<&[MetricDatum]>
pub fn metric_datum_list(&self) -> Option<&[MetricDatum]>
The data the thing reports for the metric during the specified time period.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
source§impl ListMetricValuesOutput
impl ListMetricValuesOutput
sourcepub fn builder() -> ListMetricValuesOutputBuilder
pub fn builder() -> ListMetricValuesOutputBuilder
Creates a new builder-style object to manufacture ListMetricValuesOutput
.
Trait Implementations§
source§impl Clone for ListMetricValuesOutput
impl Clone for ListMetricValuesOutput
source§fn clone(&self) -> ListMetricValuesOutput
fn clone(&self) -> ListMetricValuesOutput
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 ListMetricValuesOutput
impl Debug for ListMetricValuesOutput
source§impl PartialEq<ListMetricValuesOutput> for ListMetricValuesOutput
impl PartialEq<ListMetricValuesOutput> for ListMetricValuesOutput
source§fn eq(&self, other: &ListMetricValuesOutput) -> bool
fn eq(&self, other: &ListMetricValuesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListMetricValuesOutput
impl RequestId for ListMetricValuesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.