Skip to content

/AWS1/CL_OMXGETCONFRESPONSE

GetConfigurationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/OMXCONFIGURATIONARN /AWS1/OMXCONFIGURATIONARN

Unique resource identifier for the configuration.

iv_uuid TYPE /AWS1/OMXCONFIGURATIONUUID /AWS1/OMXCONFIGURATIONUUID

Unique 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.

io_runconfigurations TYPE REF TO /AWS1/CL_OMXRUNCONFSRESPONSE /AWS1/CL_OMXRUNCONFSRESPONSE

Run-specific configurations.

iv_status TYPE /AWS1/OMXCONFIGURATIONSTATUS /AWS1/OMXCONFIGURATIONSTATUS

Current configuration status.

iv_creationtime TYPE /AWS1/OMXCONFTIMESTAMP /AWS1/OMXCONFTIMESTAMP

Configuration creation timestamp.

it_tags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP

Tags for the configuration.


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

uuid

Unique identifier for the configuration.

Accessible with the following methods

Method Description
GET_UUID() Getter for UUID, with configurable default
ASK_UUID() Getter for UUID w/ exceptions if field has no value
HAS_UUID() Determine if UUID 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

runConfigurations

Run-specific configurations.

Accessible with the following methods

Method Description
GET_RUNCONFIGURATIONS() Getter for RUNCONFIGURATIONS

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

tags

Tags for the configuration.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value