github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/providers/nifcloud/rdb/db_security_group.go (about)

     1  package rdb
     2  
     3  import (
     4  	defsecTypes "github.com/khulnasoft-lab/defsec/pkg/types"
     5  )
     6  
     7  type DBSecurityGroup struct {
     8  	Metadata    defsecTypes.Metadata
     9  	Description defsecTypes.StringValue
    10  	CIDRs       []defsecTypes.StringValue
    11  }