mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
10 lines
185 B
Go
10 lines
185 B
Go
package amz
|
|
|
|
type BlockDeviceMapping struct {
|
|
DeviceName string
|
|
VirtualName string
|
|
VolumeSize int64
|
|
DeleteOnTermination bool
|
|
VolumeType string
|
|
}
|