/AWS1/CL_NEPDBPARAMGROUPSMSG¶
DBParameterGroupsMessage
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
it_dbparametergroups TYPE /AWS1/CL_NEPDBPARAMETERGROUP=>TT_DBPARAMETERGROUPLIST TT_DBPARAMETERGROUPLIST¶
A list of DBParameterGroup instances.
Queryable Attributes¶
Marker¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
DBParameterGroups¶
A list of DBParameterGroup instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBPARAMETERGROUPS() |
Getter for DBPARAMETERGROUPS, with configurable default |
ASK_DBPARAMETERGROUPS() |
Getter for DBPARAMETERGROUPS w/ exceptions if field has no v |
HAS_DBPARAMETERGROUPS() |
Determine if DBPARAMETERGROUPS has a value |