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

Class: Aws::Synthetics::Types::CanaryTimeline

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

Overview

This structure contains information about when the canary was created and modified.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

The date and time the canary was created.

Returns:

  • (Time)

    The date and time the canary was created.

#last_modifiedTime

The date and time the canary was most recently modified.

Returns:

  • (Time)

    The date and time the canary was most recently modified.

#last_startedTime

The date and time that the canary\'s most recent run started.

Returns:

  • (Time)

    The date and time that the canary\'s most recent run started.

#last_stoppedTime

The date and time that the canary\'s most recent run ended.

Returns:

  • (Time)

    The date and time that the canary\'s most recent run ended.