Class: Aws::Types::DescribeSpotPriceHistoryResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7229
7230
7231
# File 'sig/types.rbs', line 7229

def next_token
  @next_token
end

#spot_price_history::Array[Types::SpotPrice]

Returns the value of attribute spot_price_history.

Returns:



7230
7231
7232
# File 'sig/types.rbs', line 7230

def spot_price_history
  @spot_price_history
end