pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin.outputs
/
UsagePlanQuotaSettings
Usage
Plan
Quota
Settings
data
class
UsagePlanQuotaSettings
(
val
limit
:
Int
,
val
offset
:
Int
?
=
null
,
val
period
:
String
)
Types
Constructors
Properties
Constructors
Usage
Plan
Quota
Settings
Link copied to clipboard
fun
UsagePlanQuotaSettings
(
limit
:
Int
,
offset
:
Int
?
=
null
,
period
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
limit
Link copied to clipboard
val
limit
:
Int
offset
Link copied to clipboard
val
offset
:
Int
?
=
null
period
Link copied to clipboard
val
period
:
String