/AWS1/CL_IDSUNIQUEATTRIBUTE¶
An entity attribute that's unique to a specific entity.
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.
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 |