pulumi/pkg/resource/custom_timeouts.go

8 lines
97 B
Go
Raw Normal View History

2019-07-15 23:26:28 +02:00
package resource
type CustomTimeouts struct {
Create float64
Update float64
Delete float64
}