/AWS1/CL_SCARESOURCEINFO¶
The information about the resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/SCARESOURCESPECIFIER /AWS1/SCARESOURCESPECIFIER¶
The name of the resource.
iv_arn TYPE /AWS1/SCAARN /AWS1/SCAARN¶
The Amazon resource name (ARN) that specifies the resource across services.
iv_resourcetype TYPE /AWS1/SCARESOURCETYPE /AWS1/SCARESOURCETYPE¶
Provides information about the Service Catalog App Registry resource type.
io_resourcedetails TYPE REF TO /AWS1/CL_SCARESOURCEDETAILS /AWS1/CL_SCARESOURCEDETAILS¶
The details related to the resource.
it_options TYPE /AWS1/CL_SCAOPTIONS_W=>TT_OPTIONS TT_OPTIONS¶
Determines whether an application tag is applied or skipped.
Queryable Attributes¶
name¶
The name of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon resource name (ARN) that specifies the resource across services.
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 |
resourceType¶
Provides information about the Service Catalog App Registry 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 |
resourceDetails¶
The details related to the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEDETAILS() |
Getter for RESOURCEDETAILS |
options¶
Determines whether an application tag is applied or skipped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIONS() |
Getter for OPTIONS, with configurable default |
ASK_OPTIONS() |
Getter for OPTIONS w/ exceptions if field has no value |
HAS_OPTIONS() |
Determine if OPTIONS 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_RESOURCES¶
TYPES TT_RESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCARESOURCEINFO WITH DEFAULT KEY
.