#[non_exhaustive]pub struct TrialComponentMetricSummary { /* private fields */ }
Expand description
A summary of the metrics of a trial component.
Implementations§
source§impl TrialComponentMetricSummary
impl TrialComponentMetricSummary
sourcepub fn metric_name(&self) -> Option<&str>
pub fn metric_name(&self) -> Option<&str>
The name of the metric.
sourcepub fn source_arn(&self) -> Option<&str>
pub fn source_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the source.
sourcepub fn time_stamp(&self) -> Option<&DateTime>
pub fn time_stamp(&self) -> Option<&DateTime>
When the metric was last updated.
source§impl TrialComponentMetricSummary
impl TrialComponentMetricSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrialComponentMetricSummary
.
Trait Implementations§
source§impl Clone for TrialComponentMetricSummary
impl Clone for TrialComponentMetricSummary
source§fn clone(&self) -> TrialComponentMetricSummary
fn clone(&self) -> TrialComponentMetricSummary
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 TrialComponentMetricSummary
impl Debug for TrialComponentMetricSummary
source§impl PartialEq<TrialComponentMetricSummary> for TrialComponentMetricSummary
impl PartialEq<TrialComponentMetricSummary> for TrialComponentMetricSummary
source§fn eq(&self, other: &TrialComponentMetricSummary) -> bool
fn eq(&self, other: &TrialComponentMetricSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.