Struct aws_sdk_synthetics::model::CanaryRun
source · [−]#[non_exhaustive]pub struct CanaryRun {
pub id: Option<String>,
pub name: Option<String>,
pub status: Option<CanaryRunStatus>,
pub timeline: Option<CanaryRunTimeline>,
pub artifact_s3_location: Option<String>,
}Expand description
This structure contains the details about one run of one canary.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>A unique ID that identifies this canary run.
name: Option<String>The name of the canary.
status: Option<CanaryRunStatus>The status of this run.
timeline: Option<CanaryRunTimeline>A structure that contains the start and end times of this run.
artifact_s3_location: Option<String>The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
Implementations
The status of this run.
A structure that contains the start and end times of this run.
The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CanaryRun
impl UnwindSafe for CanaryRun
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