Struct aws_sdk_synthetics::model::BaseScreenshot
source · [−]#[non_exhaustive]pub struct BaseScreenshot {
pub screenshot_name: Option<String>,
pub ignore_coordinates: Option<Vec<String>>,
}Expand description
A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the 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.screenshot_name: Option<String>The name of the screenshot. This is generated the first time the canary is run after the UpdateCanary operation that specified for this canary to perform visual monitoring.
ignore_coordinates: Option<Vec<String>>Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the coordinates to use here, use the CloudWatch Logs console to draw the boundaries on the screen. For more information, see {LINK}
Implementations
The name of the screenshot. This is generated the first time the canary is run after the UpdateCanary operation that specified for this canary to perform visual monitoring.
Creates a new builder-style object to manufacture BaseScreenshot
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 BaseScreenshot
impl Send for BaseScreenshot
impl Sync for BaseScreenshot
impl Unpin for BaseScreenshot
impl UnwindSafe for BaseScreenshot
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