/AWS1/CL_OSRAPPLICATIONSUMMARY¶
Basic details of an OpenSearch application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/OSRID /AWS1/OSRID¶
The unique identifier of an OpenSearch application.
iv_arn TYPE /AWS1/OSRARN /AWS1/OSRARN¶
arn
iv_name TYPE /AWS1/OSRAPPLICATIONNAME /AWS1/OSRAPPLICATIONNAME¶
The name of an OpenSearch application.
iv_endpoint TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The endpoint URL of an OpenSearch application.
iv_status TYPE /AWS1/OSRAPPLICATIONSTATUS /AWS1/OSRAPPLICATIONSTATUS¶
The current status of an OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.
iv_createdat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP¶
The timestamp when an OpenSearch application was created.
iv_lastupdatedat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP¶
The timestamp of the last update to an OpenSearch application.
Queryable Attributes¶
id¶
The unique identifier of an OpenSearch application.
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¶
arn
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¶
The name of an OpenSearch application.
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 |
endpoint¶
The endpoint URL of an OpenSearch application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |
status¶
The current status of an OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The timestamp when an OpenSearch application was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The timestamp of the last update to an OpenSearch application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT 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_APPLICATIONSUMMARIES¶
TYPES TT_APPLICATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRAPPLICATIONSUMMARY WITH DEFAULT KEY
.