File: //usr/lib/python3/dist-packages/boto/ec2/__pycache__/spotpricehistory.cpython-310.pyc
o
ckF[- � @ s$ d Z ddlmZ G dd� de�ZdS )z)
Represents an EC2 Spot Instance Request
� )� EC2Objectc s. e Zd Zd� fdd� Zdd� Zdd� Z� ZS ) �SpotPriceHistoryNc s2 t t| ��|� d| _d | _d | _d | _d | _d S )Ng )�superr �__init__�price�
instance_type�product_description� timestamp�availability_zone)�self�
connection�� __class__� �;/usr/lib/python3/dist-packages/boto/ec2/spotpricehistory.pyr s
zSpotPriceHistory.__init__c C s d| j | jf S )NzSpotPriceHistory(%s):%2f)r r )r r r r �__repr__'