/AWS1/CL_BDOMEMORYSUMMARY¶
Contains summary information about a memory resource.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_createdat
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the memory was created.
iv_updatedat
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the memory was last updated.
Optional arguments:¶
iv_arn
TYPE /AWS1/BDOMEMORYARN
/AWS1/BDOMEMORYARN
¶
The Amazon Resource Name (ARN) of the memory.
iv_id
TYPE /AWS1/BDOMEMORYID
/AWS1/BDOMEMORYID
¶
The unique identifier of the memory.
iv_status
TYPE /AWS1/BDOMEMORYSTATUS
/AWS1/BDOMEMORYSTATUS
¶
The current status of the memory.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the memory.
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 |
id¶
The unique identifier of the memory.
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 |
status¶
The current status of the memory.
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 the memory 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 |
updatedAt¶
The timestamp when the memory was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_MEMORYSUMMARYLIST
¶
TYPES TT_MEMORYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMEMORYSUMMARY WITH DEFAULT KEY
.