Struct aws_sdk_synthetics::model::VisualReferenceOutput
source · [−]#[non_exhaustive]pub struct VisualReferenceOutput {
pub base_screenshots: Option<Vec<BaseScreenshot>>,
pub base_canary_run_id: Option<String>,
}Expand description
If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run that is used as the baseline for screenshots, and the coordinates of any parts of those screenshots that are ignored during visual monitoring comparison.
Visual monitoring is supported only on canaries running the syn-puppeteer-node-3.2 runtime or later.
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.base_screenshots: Option<Vec<BaseScreenshot>>An array of screenshots that are used as the baseline for comparisons during visual monitoring.
base_canary_run_id: Option<String>The ID of the canary run that produced the screenshots that are used as the baseline for visual monitoring comparisons during future runs of this canary.
Implementations
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
The ID of the canary run that produced the screenshots that are used as the baseline for visual monitoring comparisons during future runs of this canary.
Creates a new builder-style object to manufacture VisualReferenceOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VisualReferenceOutput
impl Send for VisualReferenceOutput
impl Sync for VisualReferenceOutput
impl Unpin for VisualReferenceOutput
impl UnwindSafe for VisualReferenceOutput
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