Spot Fleet Request Launch Specification Ebs Block Device
data class SpotFleetRequestLaunchSpecificationEbsBlockDevice(val deleteOnTermination: Boolean? = null, val deviceName: String, val encrypted: Boolean? = null, val iops: Int? = null, val kmsKeyId: String? = null, val snapshotId: String? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)