/AWS1/CL_CFSREMEDIATIONEXRES00¶
The details that identify a resource within Config, including the resource type and resource ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/CFSSTRWITHCHARLIMIT256 /AWS1/CFSSTRWITHCHARLIMIT256¶
The type of a resource.
iv_resourceid TYPE /AWS1/CFSSTRWITHCHARLIMIT1024 /AWS1/CFSSTRWITHCHARLIMIT1024¶
The ID of the resource (for example., sg-xxxxxx).
Queryable Attributes¶
ResourceType¶
The type of a resource.
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 |
ResourceId¶
The ID of the resource (for example., sg-xxxxxx).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID 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_REMEDIATIONEXRESOURCEKEYS¶
TYPES TT_REMEDIATIONEXRESOURCEKEYS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSREMEDIATIONEXRES00 WITH DEFAULT KEY
.