Skip to content

/AWS1/CL_OMXCONFLISTITEM

Configuration list item with summary information.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/OMXCONFIGURATIONARN /AWS1/OMXCONFIGURATIONARN

Unique resource identifier for the configuration.

iv_name TYPE /AWS1/OMXCONFIGURATIONNAME /AWS1/OMXCONFIGURATIONNAME

User-friendly name for the configuration.

iv_description TYPE /AWS1/OMXCONFDESCRIPTION /AWS1/OMXCONFDESCRIPTION

Description for the configuration.

iv_status TYPE /AWS1/OMXCONFIGURATIONSTATUS /AWS1/OMXCONFIGURATIONSTATUS

Current configuration status.

iv_creationtime TYPE /AWS1/OMXCONFTIMESTAMP /AWS1/OMXCONFTIMESTAMP

Configuration creation timestamp.


Queryable Attributes

arn

Unique resource identifier for the configuration.

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

name

User-friendly name for the configuration.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

Description for the configuration.

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

status

Current configuration status.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

creationTime

Configuration creation timestamp.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME 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_CONFIGURATIONLIST

TYPES TT_CONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXCONFLISTITEM WITH DEFAULT KEY
.