File: //usr/lib/python3/dist-packages/boto/rds/__pycache__/dbsubnetgroup.cpython-310.pyc
o
ckF[ � @ s d Z G dd� de�ZdS )z
Represents an DBSubnetGroup
c @ s2 e Zd ZdZddd�Zdd� Zdd� Zd d
� ZdS )�
DBSubnetGroupa�
Represents an RDS database subnet group
Properties reference available from the AWS documentation at http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/API_DeleteDBSubnetGroup.html
:ivar status: The current status of the subnet group. Possibile values are [ active, ? ]. Reference documentation lacks specifics of possibilities
:ivar connection: boto.rds.RDSConnection associated with the current object
:ivar description: The description of the subnet group
:ivar subnet_ids: List of subnet identifiers in the group
:ivar name: Name of the subnet group
:ivar vpc_id: The ID of the VPC the subnets are inside
Nc C s8 || _ || _|| _|d ur|| _ng | _d | _d | _d S �N)�
connection�name�description�
subnet_ids�vpc_id�status)�selfr r r r � r
�8/usr/lib/python3/dist-packages/boto/rds/dbsubnetgroup.py�__init__'