Class: Aws::Types::DescribeSpotPriceHistoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpotPriceHistoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#spot_price_history ⇒ ::Array[Types::SpotPrice]
Returns the value of attribute spot_price_history.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
7230 7231 7232 |
# File 'sig/types.rbs', line 7230 def spot_price_history @spot_price_history end |