/AWS1/CL_IAMPOSITION¶
Contains the row and column of a location of a Statement element in a
policy document.
This data type is used as a member of the
Statement
type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_line TYPE /AWS1/IAMLINENUMBER /AWS1/IAMLINENUMBER¶
The line containing the specified position in the document.
iv_column TYPE /AWS1/IAMCOLUMNNUMBER /AWS1/IAMCOLUMNNUMBER¶
The column in the line containing the specified position in the document.
Queryable Attributes¶
Line¶
The line containing the specified position in the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINE() |
Getter for LINE |
Column¶
The column in the line containing the specified position in the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMN() |
Getter for COLUMN |