Struct aws_sdk_codeguruprofiler::model::anomaly::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Anomaly
Implementations
Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.
Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.
The reason for which metric was flagged as anomalous.
The reason for which metric was flagged as anomalous.
Appends an item to instances
.
To override the contents of this collection use set_instances
.
A list of the instances of the detected anomalies during the requested period.
A list of the instances of the detected anomalies during the requested period.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more