/AWS1/CL_R53GETHOSTEDZONELMT01¶
A complex type that contains the requested limit.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_limit TYPE REF TO /AWS1/CL_R53HOSTEDZONELIMIT /AWS1/CL_R53HOSTEDZONELIMIT¶
The current setting for the specified limit. For example, if you specified
MAX_RRSETS_BY_ZONEfor the value ofTypein the request, the value ofLimitis the maximum number of records that you can create in the specified hosted zone.
iv_count TYPE /AWS1/R53USAGECOUNT /AWS1/R53USAGECOUNT¶
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONEfor the value ofTypein the request, the value ofCountis the current number of records that you have created in the specified hosted zone.
Queryable Attributes¶
Limit¶
The current setting for the specified limit. For example, if you specified
MAX_RRSETS_BY_ZONEfor the value ofTypein the request, the value ofLimitis the maximum number of records that you can create in the specified hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMIT() |
Getter for LIMIT |
Count¶
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONEfor the value ofTypein the request, the value ofCountis the current number of records that you have created in the specified hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |