/AWS1/CL_EC2LOADPERMISSION¶
Describes a load permission.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Web Services account ID.
iv_group TYPE /AWS1/EC2PERMISSIONGROUP /AWS1/EC2PERMISSIONGROUP¶
The name of the group.
Queryable Attributes¶
UserId¶
The Amazon Web Services account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |
Group¶
The name of the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP 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_LOADPERMISSIONLIST¶
TYPES TT_LOADPERMISSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2LOADPERMISSION WITH DEFAULT KEY
.