Ami From Instance Ebs Block Device
data class AmiFromInstanceEbsBlockDevice(val deleteOnTermination: Boolean? = null, val deviceName: String? = null, val encrypted: Boolean? = null, val iops: Int? = null, val outpostArn: String? = null, val snapshotId: String? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)