DBSubnetGroup
public struct DBSubnetGroup : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The Amazon Resource Name (ARN) for the DB subnet group. DeclarationSwift public let dBSubnetGroupArn: String?
- 
                  
                  Provides the description of the subnet group. DeclarationSwift public let dBSubnetGroupDescription: String?
- 
                  
                  The name of the subnet group. DeclarationSwift public let dBSubnetGroupName: String?
- 
                  
                  Provides the status of the subnet group. DeclarationSwift public let subnetGroupStatus: String?
- 
                  
                  Detailed information about one or more subnets within a subnet group. DeclarationSwift public let subnets: [Subnet]?
- 
                  
                  Provides the virtual private cloud (VPC) ID of the subnet group. DeclarationSwift public let vpcId: String?
- 
                  
                  Undocumented DeclarationSwift public init(dBSubnetGroupArn: String? = nil, dBSubnetGroupDescription: String? = nil, dBSubnetGroupName: String? = nil, subnetGroupStatus: String? = nil, subnets: [Subnet]? = nil, vpcId: String? = nil)
 View on GitHub
View on GitHub DBSubnetGroup Structure Reference
        DBSubnetGroup Structure Reference