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

Class: Aws::Synthetics::Types::RuntimeVersion

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

Overview

This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.

Instance Attribute Summary collapse

Instance Attribute Details

#deprecation_dateTime

If this runtime version is deprecated, this value is the date of deprecation.

Returns:

  • (Time)

    If this runtime version is deprecated, this value is the date of deprecation.

#descriptionString

A description of the runtime version, created by Amazon.

Returns:

  • (String)

    A description of the runtime version, created by Amazon.

#release_dateTime

The date that the runtime version was released.

Returns:

  • (Time)

    The date that the runtime version was released.

#version_nameString

The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.

Returns:

  • (String)

    The name of the runtime version.