/AWS1/CL_RSHGETRSVDNODEEXCHA03¶
GetReservedNodeExchangeOfferingsOutputMessage
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
An optional parameter that specifies the starting point for returning a set of response records. When the results of a
GetReservedNodeExchangeOfferingsrequest exceed the value specified in MaxRecords, Amazon Redshift returns a value in the marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the marker parameter and retrying the request.
it_reservednodeofferings TYPE /AWS1/CL_RSHRSVDNODEOFFERING=>TT_RESERVEDNODEOFFERINGLIST TT_RESERVEDNODEOFFERINGLIST¶
Returns an array of ReservedNodeOffering objects.
Queryable Attributes¶
Marker¶
An optional parameter that specifies the starting point for returning a set of response records. When the results of a
GetReservedNodeExchangeOfferingsrequest exceed the value specified in MaxRecords, Amazon Redshift returns a value in the marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the marker parameter and retrying the request.
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 | 
ReservedNodeOfferings¶
Returns an array of ReservedNodeOffering objects.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_RESERVEDNODEOFFERINGS() | Getter for RESERVEDNODEOFFERINGS, with configurable default | 
| ASK_RESERVEDNODEOFFERINGS() | Getter for RESERVEDNODEOFFERINGS w/ exceptions if field has | 
| HAS_RESERVEDNODEOFFERINGS() | Determine if RESERVEDNODEOFFERINGS has a value |