toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
AcceleratorCountRequestResponse
Accelerator
Count
Request
Response
data
class
AcceleratorCountRequestResponse
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
Definition of AcceleratorCountRequest
Members
Constructors
Accelerator
Count
Request
Response
Link copied to clipboard
constructor
(
max
:
Int
?
=
null
,
min
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Int
?
=
null
The maximum value.
min
Link copied to clipboard
val
min
:
Int
?
=
null
The minimum value.