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

Class: Aws::Synthetics::Types::CanaryLastRun

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

Overview

This structure contains information about the most recent run of a single canary.

Instance Attribute Summary collapse

Instance Attribute Details

#canary_nameString

The name of the canary.

Returns:

  • (String)

    The name of the canary.

#last_runTypes::CanaryRun

The results from this canary\'s most recent run.

Returns: