/AWS1/CL_DMGACCOUNTQUOTA¶
Describes a quota for an Amazon Web Services account, for example the number of replication instances allowed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountquotaname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The name of the DMS quota for this Amazon Web Services account.
iv_used TYPE /AWS1/DMGLONG /AWS1/DMGLONG¶
The amount currently used toward the quota maximum.
iv_max TYPE /AWS1/DMGLONG /AWS1/DMGLONG¶
The maximum allowed value for the quota.
Queryable Attributes¶
AccountQuotaName¶
The name of the DMS quota for this Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTQUOTANAME() |
Getter for ACCOUNTQUOTANAME, with configurable default |
ASK_ACCOUNTQUOTANAME() |
Getter for ACCOUNTQUOTANAME w/ exceptions if field has no va |
HAS_ACCOUNTQUOTANAME() |
Determine if ACCOUNTQUOTANAME has a value |
Used¶
The amount currently used toward the quota maximum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USED() |
Getter for USED |
Max¶
The maximum allowed value for the quota.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAX() |
Getter for MAX |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCOUNTQUOTALIST¶
TYPES TT_ACCOUNTQUOTALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGACCOUNTQUOTA WITH DEFAULT KEY
.