Skip to content

/AWS1/CL_SYNRUNTIMEVERSION

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

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_versionname TYPE /AWS1/SYNSTRING /AWS1/SYNSTRING

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

iv_description TYPE /AWS1/SYNSTRING /AWS1/SYNSTRING

A description of the runtime version, created by Amazon.

iv_releasedate TYPE /AWS1/SYNTIMESTAMP /AWS1/SYNTIMESTAMP

The date that the runtime version was released.

iv_deprecationdate TYPE /AWS1/SYNTIMESTAMP /AWS1/SYNTIMESTAMP

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


Queryable Attributes

VersionName

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

Accessible with the following methods

Method Description
GET_VERSIONNAME() Getter for VERSIONNAME, with configurable default
ASK_VERSIONNAME() Getter for VERSIONNAME w/ exceptions if field has no value
HAS_VERSIONNAME() Determine if VERSIONNAME has a value

Description

A description of the runtime version, created by Amazon.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

ReleaseDate

The date that the runtime version was released.

Accessible with the following methods

Method Description
GET_RELEASEDATE() Getter for RELEASEDATE, with configurable default
ASK_RELEASEDATE() Getter for RELEASEDATE w/ exceptions if field has no value
HAS_RELEASEDATE() Determine if RELEASEDATE has a value

DeprecationDate

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

Accessible with the following methods

Method Description
GET_DEPRECATIONDATE() Getter for DEPRECATIONDATE, with configurable default
ASK_DEPRECATIONDATE() Getter for DEPRECATIONDATE w/ exceptions if field has no val
HAS_DEPRECATIONDATE() Determine if DEPRECATIONDATE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RUNTIMEVERSIONLIST

TYPES TT_RUNTIMEVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SYNRUNTIMEVERSION WITH DEFAULT KEY
.