/AWS1/CL_RDSDSCDBLOGFILESDETS¶
This data type is used as a response element to DescribeDBLogFiles
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_logfilename
TYPE /AWS1/RDSSTRING
/AWS1/RDSSTRING
¶
The name of the log file for the specified DB instance.
iv_lastwritten
TYPE /AWS1/RDSLONG
/AWS1/RDSLONG
¶
A POSIX timestamp when the last log entry was written.
iv_size
TYPE /AWS1/RDSLONG
/AWS1/RDSLONG
¶
The size, in bytes, of the log file for the specified DB instance.
Queryable Attributes¶
LogFileName¶
The name of the log file for the specified DB instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGFILENAME() |
Getter for LOGFILENAME, with configurable default |
ASK_LOGFILENAME() |
Getter for LOGFILENAME w/ exceptions if field has no value |
HAS_LOGFILENAME() |
Determine if LOGFILENAME has a value |
LastWritten¶
A POSIX timestamp when the last log entry was written.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTWRITTEN() |
Getter for LASTWRITTEN, with configurable default |
ASK_LASTWRITTEN() |
Getter for LASTWRITTEN w/ exceptions if field has no value |
HAS_LASTWRITTEN() |
Determine if LASTWRITTEN has a value |
Size¶
The size, in bytes, of the log file for the specified DB instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIZE() |
Getter for SIZE, with configurable default |
ASK_SIZE() |
Getter for SIZE w/ exceptions if field has no value |
HAS_SIZE() |
Determine if SIZE 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_DESCRIBEDBLOGFILESLIST
¶
TYPES TT_DESCRIBEDBLOGFILESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDSCDBLOGFILESDETS WITH DEFAULT KEY
.