/AWS1/CL_QSTUSERLIMITSENTRY¶
Identifies a user for the BatchDescribeUserLimits operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The name of the user.
iv_namespace TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The namespace of the user.
Queryable Attributes¶
userName¶
The name of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
namespace¶
The namespace of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE 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_BTCDESCRUSERLMTSREQUSERSLST¶
TYPES TT_BTCDESCRUSERLMTSREQUSERSLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTUSERLIMITSENTRY WITH DEFAULT KEY
.