toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
apigateway
/
aws.sdk.kotlin.services.apigateway.model
/
QuotaPeriodType
Quota
Period
Type
sealed
class
QuotaPeriodType
Inheritors
Day
Month
Week
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Day
Link copied to clipboard
object
Day
:
QuotaPeriodType
Month
Link copied to clipboard
object
Month
:
QuotaPeriodType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QuotaPeriodType
Week
Link copied to clipboard
object
Week
:
QuotaPeriodType
Properties
value
Link copied to clipboard
abstract
val
value
:
String