/AWS1/CL_IDSATTRIBUTEOPERATION¶
An operation that applies to the requested group. This operation might add, replace, or remove an attribute.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributepath TYPE /AWS1/IDSATTRIBUTEPATH /AWS1/IDSATTRIBUTEPATH¶
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
Optional arguments:¶
io_attributevalue TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
The value of the attribute. This is a
Documenttype. This type is not supported by Java V1, Go V1, and older versions of the CLI.
Queryable Attributes¶
AttributePath¶
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEPATH() |
Getter for ATTRIBUTEPATH, with configurable default |
ASK_ATTRIBUTEPATH() |
Getter for ATTRIBUTEPATH w/ exceptions if field has no value |
HAS_ATTRIBUTEPATH() |
Determine if ATTRIBUTEPATH has a value |
AttributeValue¶
The value of the attribute. This is a
Documenttype. This type is not supported by Java V1, Go V1, and older versions of the CLI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE, with configurable default |
ASK_ATTRIBUTEVALUE() |
Getter for ATTRIBUTEVALUE w/ exceptions if field has no valu |
HAS_ATTRIBUTEVALUE() |
Determine if ATTRIBUTEVALUE 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_ATTRIBUTEOPERATIONS¶
TYPES TT_ATTRIBUTEOPERATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IDSATTRIBUTEOPERATION WITH DEFAULT KEY
.