/AWS1/CL_RDSRESERVEDDBINSTMSG¶
Contains the result of a successful invocation of the DescribeReservedDBInstances action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
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_reserveddbinstances TYPE /AWS1/CL_RDSRESERVEDDBINSTANCE=>TT_RESERVEDDBINSTANCELIST TT_RESERVEDDBINSTANCELIST¶
A list of reserved DB 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 |
ReservedDBInstances¶
A list of reserved DB instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDDBINSTANCES() |
Getter for RESERVEDDBINSTANCES, with configurable default |
ASK_RESERVEDDBINSTANCES() |
Getter for RESERVEDDBINSTANCES w/ exceptions if field has no |
HAS_RESERVEDDBINSTANCES() |
Determine if RESERVEDDBINSTANCES has a value |