/AWS1/CL_CFSRESOURCECOUNT¶
An object that contains the resource type and the number of resources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/CFSRESOURCETYPE /AWS1/CFSRESOURCETYPE¶
The resource type (for example,
"AWS::EC2::Instance").
iv_count TYPE /AWS1/CFSLONG /AWS1/CFSLONG¶
The number of resources.
Queryable Attributes¶
resourceType¶
The resource type (for example,
"AWS::EC2::Instance").
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
count¶
The number of resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCECOUNTS¶
TYPES TT_RESOURCECOUNTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSRESOURCECOUNT WITH DEFAULT KEY
.