Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/ec2/__pycache__/ |
Upload File : |
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<