AWSEC2DescribeSpotPriceHistoryResult
Objective-C
@interface AWSEC2DescribeSpotPriceHistoryResult
Swift
class AWSEC2DescribeSpotPriceHistoryResult
Contains the output of DescribeSpotPriceHistory.
-
The token to include in another request to get the next page of items. This value is an empty string (
""
) ornull
when there are no more items to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The historical Spot prices.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SpotPrice *> *_Nullable spotPriceHistory;
Swift
var spotPriceHistory: [AWSEC2SpotPrice]? { get set }