我正在使用 goamz 在 golang 中使用 CreateSecurityGroup func。下面是函数签名:
func (ec2 *EC2) CreateSecurityGroup(name, description string) (resp *CreateSecurityGroupResp, err error)
name这个参数列表中的参数有什么类型?
name
宝慕林4294392
相关分类