/AWS1/CL_INSRESOURCEGROUP¶
Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_arn
TYPE /AWS1/INSARN
/AWS1/INSARN
¶
The ARN of the resource group.
it_tags
TYPE /AWS1/CL_INSRESOURCEGROUPTAG=>TT_RESOURCEGROUPTAGS
TT_RESOURCEGROUPTAGS
¶
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
iv_createdat
TYPE /AWS1/INSTIMESTAMP
/AWS1/INSTIMESTAMP
¶
The time at which resource group is created.
Queryable Attributes¶
arn¶
The ARN of the resource group.
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 |
tags¶
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
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 |
createdAt¶
The time at which resource group is created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_RESOURCEGROUPLIST
¶
TYPES TT_RESOURCEGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_INSRESOURCEGROUP WITH DEFAULT KEY
.