Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
boto
/
ec2
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: instanceinfo.cpython-310.pyc
o ckF[e � @ s G d d� de �ZdS )c @ s2 e Zd ZdZddd�Zdd� Zdd� Zd d � ZdS )�InstanceInfozD Represents an EC2 Instance status response from CloudWatch Nc C s || _ || _|| _dS )z} :ivar str id: The instance's EC2 ID. :ivar str state: Specifies the current status of the instance. N)� connection�id�state)�selfr r r � r �7/usr/lib/python3/dist-packages/boto/ec2/instanceinfo.py�__init__ s zInstanceInfo.__init__c C s d| j S )NzInstanceInfo:%s)r )r r r r �__repr__% s zInstanceInfo.__repr__c C s d S )Nr )r �name�attrsr r r r �startElement( s zInstanceInfo.startElementc C s<