Skip to content

/AWS1/CL_EC2DSCSPOTPRICEHIST01

Contains the output of DescribeSpotPriceHistory.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The token to include in another request to get the next page of items. This value is an empty string ("") or null when there are no more items to return.

IT_SPOTPRICEHISTORY TYPE /AWS1/CL_EC2SPOTPRICE=>TT_SPOTPRICEHISTORYLIST TT_SPOTPRICEHISTORYLIST

The historical Spot prices.


Queryable Attributes

NextToken

The token to include in another request to get the next page of items. This value is an empty string ("") or null when there are no more items to return.

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

SpotPriceHistory

The historical Spot prices.

Accessible with the following methods

Method Description
GET_SPOTPRICEHISTORY() Getter for SPOTPRICEHISTORY, with configurable default
ASK_SPOTPRICEHISTORY() Getter for SPOTPRICEHISTORY w/ exceptions if field has no va
HAS_SPOTPRICEHISTORY() Determine if SPOTPRICEHISTORY has a value