/AWS1/CL_FRMOPERATIONENTRY¶
Contains information about a CloudFormation operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_operationtype TYPE /AWS1/FRMOPERATIONTYPE /AWS1/FRMOPERATIONTYPE¶
The type of operation.
iv_operationid TYPE /AWS1/FRMOPERATIONID /AWS1/FRMOPERATIONID¶
The unique identifier for the operation.
Queryable Attributes¶
OperationType¶
The type of operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE has a value |
OperationId¶
The unique identifier for the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONID() |
Getter for OPERATIONID, with configurable default |
ASK_OPERATIONID() |
Getter for OPERATIONID w/ exceptions if field has no value |
HAS_OPERATIONID() |
Determine if OPERATIONID 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_LASTOPERATIONS¶
TYPES TT_LASTOPERATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMOPERATIONENTRY WITH DEFAULT KEY
.