/AWS1/CL_IN2RESOURCE¶
Details about the resource involved in a finding.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/IN2RESOURCETYPE
/AWS1/IN2RESOURCETYPE
¶
The type of resource.
iv_id
TYPE /AWS1/IN2NONEMPTYSTRING
/AWS1/IN2NONEMPTYSTRING
¶
The ID of the resource.
Optional arguments:¶
iv_partition
TYPE /AWS1/IN2NONEMPTYSTRING
/AWS1/IN2NONEMPTYSTRING
¶
The partition of the resource.
iv_region
TYPE /AWS1/IN2NONEMPTYSTRING
/AWS1/IN2NONEMPTYSTRING
¶
The Amazon Web Services Region the impacted resource is located in.
it_tags
TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The tags attached to the resource.
io_details
TYPE REF TO /AWS1/CL_IN2RESOURCEDETAILS
/AWS1/CL_IN2RESOURCEDETAILS
¶
An object that contains details about the resource involved in a finding.
Queryable Attributes¶
type¶
The type of resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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 |
partition¶
The partition of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTITION() |
Getter for PARTITION, with configurable default |
ASK_PARTITION() |
Getter for PARTITION w/ exceptions if field has no value |
HAS_PARTITION() |
Determine if PARTITION has a value |
region¶
The Amazon Web Services Region the impacted resource is located in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
tags¶
The tags attached to the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
details¶
An object that contains details about the resource involved in a finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DETAILS() |
Getter for DETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCELIST
¶
TYPES TT_RESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2RESOURCE WITH DEFAULT KEY
.