Skip to content

/AWS1/CL_CNTCONTFLOWMODVRSSUMM

Contains information about a version.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) of the flow module version.

iv_versiondescription TYPE /AWS1/CNTCONTACTFLOWMODULEDESC /AWS1/CNTCONTACTFLOWMODULEDESC

The description of the flow module version.

iv_version TYPE /AWS1/CNTRESOURCEVERSION /AWS1/CNTRESOURCEVERSION

The version of the flow module.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the flow module version.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

VersionDescription

The description of the flow module version.

Accessible with the following methods

Method Description
GET_VERSIONDESCRIPTION() Getter for VERSIONDESCRIPTION, with configurable default
ASK_VERSIONDESCRIPTION() Getter for VERSIONDESCRIPTION w/ exceptions if field has no
HAS_VERSIONDESCRIPTION() Determine if VERSIONDESCRIPTION has a value

Version

The version of the flow module.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION 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_CONTFLOWMODULEVRSSUMMLIST

TYPES TT_CONTFLOWMODULEVRSSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTCONTFLOWMODVRSSUMM WITH DEFAULT KEY
.