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/rds/__pycache__/ |
Upload File : |
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__'