Skip to content

/AWS1/CL_SQTQUOTAINFO

Information on your Service Quotas for Service Quotas Automatic Management. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_quotacode TYPE /AWS1/SQTQUOTACODE /AWS1/SQTQUOTACODE

The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.

iv_quotaname TYPE /AWS1/SQTQUOTANAME /AWS1/SQTQUOTANAME

The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.


Queryable Attributes

QuotaCode

The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.

Accessible with the following methods

Method Description
GET_QUOTACODE() Getter for QUOTACODE, with configurable default
ASK_QUOTACODE() Getter for QUOTACODE w/ exceptions if field has no value
HAS_QUOTACODE() Determine if QUOTACODE has a value

QuotaName

The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.

Accessible with the following methods

Method Description
GET_QUOTANAME() Getter for QUOTANAME, with configurable default
ASK_QUOTANAME() Getter for QUOTANAME w/ exceptions if field has no value
HAS_QUOTANAME() Determine if QUOTANAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_EXCLUSIONQUOTALIST_MAPROW

TYPES: BEGIN OF TS_EXCLUSIONQUOTALIST_MAPROW,
  key TYPE /AWS1/SQTEXCLUDEDSERVICE,
  value TYPE /AWS1/CL_SQTQUOTAINFO=>TT_QUOTAINFOLIST,
END OF TS_EXCLUSIONQUOTALIST_MAPROW.

TT_EXCLUSIONQUOTALIST

TYPES TT_EXCLUSIONQUOTALIST TYPE HASHED TABLE OF /AWS1/CL_SQTQUOTAINFO=>TS_EXCLUSIONQUOTALIST_MAPROW WITH UNIQUE KEY key
.

TT_QUOTAINFOLIST

TYPES TT_QUOTAINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SQTQUOTAINFO WITH DEFAULT KEY
.