toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Usage
Plan
Quota
Settings
Link copied to clipboard
constructor
(
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