/AWS1/CL_SNDRESOURCESUMMARY¶
A summary of a resource available on the device.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/SNDSTRING /AWS1/SNDSTRING¶
The resource type.
Optional arguments:¶
iv_arn TYPE /AWS1/SNDSTRING /AWS1/SNDSTRING¶
The Amazon Resource Name (ARN) of the resource.
iv_id TYPE /AWS1/SNDSTRING /AWS1/SNDSTRING¶
The ID of the resource.
Queryable Attributes¶
resourceType¶
The resource type.
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 |
arn¶
The Amazon Resource Name (ARN) of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
id¶
The ID of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID 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_RESOURCESUMMARYLIST¶
TYPES TT_RESOURCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNDRESOURCESUMMARY WITH DEFAULT KEY
.