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

Class: Aws::Synthetics::Types::CanaryRunTimeline

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

Overview

This structure contains the start and end times of a single canary run.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#completedTime

The end time of the run.

Returns:

  • (Time)

    The end time of the run.

#startedTime

The start time of the run.

Returns:

  • (Time)

    The start time of the run.