/AWS1/CL_QSTUSERLIMITS¶
The effective limits for an Amazon Quick Sight user.
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.
it_effectivelimits TYPE /AWS1/CL_QSTEFFECTIVELIMIT=>TT_EFFECTIVELIMITLIST TT_EFFECTIVELIMITLIST¶
A list of effective limits for 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 |
effectiveLimits¶
A list of effective limits for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECTIVELIMITS() |
Getter for EFFECTIVELIMITS, with configurable default |
ASK_EFFECTIVELIMITS() |
Getter for EFFECTIVELIMITS w/ exceptions if field has no val |
HAS_EFFECTIVELIMITS() |
Determine if EFFECTIVELIMITS 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_USERLIMITSLIST¶
TYPES TT_USERLIMITSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTUSERLIMITS WITH DEFAULT KEY
.