pulumi/pkg/resource/custom_timeouts.go

8 lines
97 B
Go

package resource
type CustomTimeouts struct {
Create float64
Update float64
Delete float64
}