InstanceRootBlockDevice

data class InstanceRootBlockDevice(val deleteOnTermination: Boolean? = null, val iops: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean? = null, iops: Int? = null, volumeSize: Int? = null, volumeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val iops: Int? = null
Link copied to clipboard
val volumeSize: Int? = null
Link copied to clipboard
val volumeType: String? = null