/AWS1/CL_SCAATTRGROUPDETAILS¶
The details related to a specific AttributeGroup.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SCAATTRIBUTEGROUPID /AWS1/SCAATTRIBUTEGROUPID¶
The unique identifier of the attribute group.
iv_arn TYPE /AWS1/SCAATTRIBUTEGROUPARN /AWS1/SCAATTRIBUTEGROUPARN¶
The Amazon resource name (ARN) that specifies the attribute group.
iv_name TYPE /AWS1/SCANAME /AWS1/SCANAME¶
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.The name of the attribute group.
iv_createdby TYPE /AWS1/SCACREATEDBY /AWS1/SCACREATEDBY¶
The service principal that created the attribute group.
Queryable Attributes¶
id¶
The unique identifier of the attribute group.
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 |
arn¶
The Amazon resource name (ARN) that specifies the attribute 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 |
name¶
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.The name of the attribute group.
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 |
createdBy¶
The service principal that created the attribute group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY 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_ATTRIBUTEGROUPDETAILSLIST¶
TYPES TT_ATTRIBUTEGROUPDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCAATTRGROUPDETAILS WITH DEFAULT KEY
.