/AWS1/CL_OSRINSIGHTFDBCKENTITY¶
Specifies the entity for which to submit insight feedback. An entity represents an Amazon OpenSearch Service domain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/OSRINSIGHTFDBCKENTTYPE /AWS1/OSRINSIGHTFDBCKENTTYPE¶
The type of the entity. Possible values are
DomainName.
iv_value TYPE /AWS1/OSRINSIGHTENTITYVALUE /AWS1/OSRINSIGHTENTITYVALUE¶
The value of the entity, such as a domain name.
Queryable Attributes¶
Type¶
The type of the entity. Possible values are
DomainName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
The value of the entity, such as a domain name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |