#[non_exhaustive]pub struct BatchGetMetricDataOutput { /* private fields */ }Expand description
Represents the result of processing your metric data batch request
Implementations§
source§impl BatchGetMetricDataOutput
impl BatchGetMetricDataOutput
sourcepub fn results(&self) -> Option<&[MetricDataResult]>
pub fn results(&self) -> Option<&[MetricDataResult]>
A list of successfully retrieved MetricDataResult.
sourcepub fn errors(&self) -> Option<&[MetricDataError]>
pub fn errors(&self) -> Option<&[MetricDataError]>
A list of MetricDataError encountered while processing your metric data batch request.
source§impl BatchGetMetricDataOutput
impl BatchGetMetricDataOutput
sourcepub fn builder() -> BatchGetMetricDataOutputBuilder
pub fn builder() -> BatchGetMetricDataOutputBuilder
Creates a new builder-style object to manufacture BatchGetMetricDataOutput.
Trait Implementations§
source§impl Clone for BatchGetMetricDataOutput
impl Clone for BatchGetMetricDataOutput
source§fn clone(&self) -> BatchGetMetricDataOutput
fn clone(&self) -> BatchGetMetricDataOutput
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 BatchGetMetricDataOutput
impl Debug for BatchGetMetricDataOutput
source§impl PartialEq<BatchGetMetricDataOutput> for BatchGetMetricDataOutput
impl PartialEq<BatchGetMetricDataOutput> for BatchGetMetricDataOutput
source§fn eq(&self, other: &BatchGetMetricDataOutput) -> bool
fn eq(&self, other: &BatchGetMetricDataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchGetMetricDataOutput
impl RequestId for BatchGetMetricDataOutput
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.