AutoScalingGroupAcceleratorCountRequestArgs

data class AutoScalingGroupAcceleratorCountRequestArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<AutoScalingGroupAcceleratorCountRequestArgs>

Constructors

fun AutoScalingGroupAcceleratorCountRequestArgs(max: Output<Int>? = null, min: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AutoScalingGroupAcceleratorCountRequestArgs

Properties

Link copied to clipboard
val max: Output<Int>? = null
Link copied to clipboard
val min: Output<Int>? = null