/AWS1/CL_RGRGROUPIDENTIFIER¶
The unique identifiers for a resource group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_groupname
TYPE /AWS1/RGRGROUPNAME
/AWS1/RGRGROUPNAME
¶
The name of the resource group.
iv_grouparn
TYPE /AWS1/RGRGROUPARN
/AWS1/RGRGROUPARN
¶
The Amazon resource name (ARN) of the resource group.
iv_description
TYPE /AWS1/RGRDESCRIPTION
/AWS1/RGRDESCRIPTION
¶
The description of the application group.
iv_criticality
TYPE /AWS1/RGRCRITICALITY
/AWS1/RGRCRITICALITY
¶
The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.
iv_owner
TYPE /AWS1/RGROWNER
/AWS1/RGROWNER
¶
A name, email address or other identifier for the person or group who is considered as the owner of this group within your organization.
iv_displayname
TYPE /AWS1/RGRDISPLAYNAME
/AWS1/RGRDISPLAYNAME
¶
The name of the application group, which you can change at any time.
Queryable Attributes¶
GroupName¶
The name of the resource group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GROUPNAME() |
Getter for GROUPNAME, with configurable default |
ASK_GROUPNAME() |
Getter for GROUPNAME w/ exceptions if field has no value |
HAS_GROUPNAME() |
Determine if GROUPNAME has a value |
GroupArn¶
The Amazon resource name (ARN) of the resource group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GROUPARN() |
Getter for GROUPARN, with configurable default |
ASK_GROUPARN() |
Getter for GROUPARN w/ exceptions if field has no value |
HAS_GROUPARN() |
Determine if GROUPARN has a value |
Description¶
The description of the application group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Criticality¶
The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CRITICALITY() |
Getter for CRITICALITY, with configurable default |
ASK_CRITICALITY() |
Getter for CRITICALITY w/ exceptions if field has no value |
HAS_CRITICALITY() |
Determine if CRITICALITY has a value |
Owner¶
A name, email address or other identifier for the person or group who is considered as the owner of this group within your organization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
DisplayName¶
The name of the application group, which you can change at any time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME 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_GROUPIDENTIFIERLIST
¶
TYPES TT_GROUPIDENTIFIERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRGROUPIDENTIFIER WITH DEFAULT KEY
.