Class: Aws::EC2::Types::DescribeSpotPriceHistoryResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeSpotPriceHistory.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.

Returns:

  • (String)


15305
15306
15307
15308
15309
# File 'lib/aws-sdk-ec2/types.rb', line 15305

class DescribeSpotPriceHistoryResult < Struct.new(
  :next_token,
  :spot_price_history)
  include Aws::Structure
end

#spot_price_historyArray<Types::SpotPrice>

The historical Spot prices.

Returns:



15305
15306
15307
15308
15309
# File 'lib/aws-sdk-ec2/types.rb', line 15305

class DescribeSpotPriceHistoryResult < Struct.new(
  :next_token,
  :spot_price_history)
  include Aws::Structure
end