class Aws::Synthetics::Types::BaseScreenshot

A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the canary.

@note When making an API call, you may pass BaseScreenshot

data as a hash:

    {
      screenshot_name: "String", # required
      ignore_coordinates: ["BaseScreenshotConfigIgnoreCoordinate"],
    }

@!attribute [rw] screenshot_name

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.
@return [String]

@!attribute [rw] ignore_coordinates

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\\}
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/BaseScreenshot AWS API Documentation

Constants

SENSITIVE