/AWS1/CL_AANANALYZEDRESRCSUMM¶
Contains the ARN of the analyzed resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/AANRESOURCEARN /AWS1/AANRESOURCEARN¶
The ARN of the analyzed resource.
iv_resourceowneraccount TYPE /AWS1/AANSTRING /AWS1/AANSTRING¶
The Amazon Web Services account ID that owns the resource.
iv_resourcetype TYPE /AWS1/AANRESOURCETYPE /AWS1/AANRESOURCETYPE¶
The type of resource that was analyzed.
Queryable Attributes¶
resourceArn¶
The ARN of the analyzed resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
resourceOwnerAccount¶
The Amazon Web Services account ID that owns the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEOWNERACCOUNT() |
Getter for RESOURCEOWNERACCOUNT, with configurable default |
ASK_RESOURCEOWNERACCOUNT() |
Getter for RESOURCEOWNERACCOUNT w/ exceptions if field has n |
HAS_RESOURCEOWNERACCOUNT() |
Determine if RESOURCEOWNERACCOUNT has a value |
resourceType¶
The type of resource that was analyzed.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ANALYZEDRESOURCESLIST¶
TYPES TT_ANALYZEDRESOURCESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AANANALYZEDRESRCSUMM WITH DEFAULT KEY
.