/AWS1/CL_M2_CREAPPLICATIONRSP¶
CreateApplicationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_applicationarn TYPE /AWS1/M2_ARN /AWS1/M2_ARN¶
The Amazon Resource Name (ARN) of the application.
iv_applicationid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER¶
The unique application identifier.
iv_applicationversion TYPE /AWS1/M2_VERSION /AWS1/M2_VERSION¶
The version number of the application.
Queryable Attributes¶
applicationArn¶
The Amazon Resource Name (ARN) of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONARN() |
Getter for APPLICATIONARN, with configurable default |
ASK_APPLICATIONARN() |
Getter for APPLICATIONARN w/ exceptions if field has no valu |
HAS_APPLICATIONARN() |
Determine if APPLICATIONARN has a value |
applicationId¶
The unique application identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
applicationVersion¶
The version number of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONVERSION() |
Getter for APPLICATIONVERSION, with configurable default |
ASK_APPLICATIONVERSION() |
Getter for APPLICATIONVERSION w/ exceptions if field has no |
HAS_APPLICATIONVERSION() |
Determine if APPLICATIONVERSION has a value |