You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Synthetics::Types::CanaryRun

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This structure contains the details about one run of one canary.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_s3_locationString

The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.

Returns:

  • (String)

    The location where the canary stored artifacts from the run.

#idString

A unique ID that identifies this canary run.

Returns:

  • (String)

    A unique ID that identifies this canary run.

#nameString

The name of the canary.

Returns:

  • (String)

    The name of the canary.

#statusTypes::CanaryRunStatus

The status of this run.

Returns:

#timelineTypes::CanaryRunTimeline

A structure that contains the start and end times of this run.

Returns: