/AWS1/CL_MEMDESCRRSVDNODESRSP¶
DescribeReservedNodesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
it_reservednodes
TYPE /AWS1/CL_MEMRESERVEDNODE=>TT_RESERVEDNODELIST
TT_RESERVEDNODELIST
¶
Returns information about reserved nodes for this account, or about a specified reserved node.
Queryable Attributes¶
NextToken¶
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
ReservedNodes¶
Returns information about reserved nodes for this account, or about a specified reserved node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESERVEDNODES() |
Getter for RESERVEDNODES, with configurable default |
ASK_RESERVEDNODES() |
Getter for RESERVEDNODES w/ exceptions if field has no value |
HAS_RESERVEDNODES() |
Determine if RESERVEDNODES has a value |