toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
privatenetworks
/
aws.sdk.kotlin.services.privatenetworks.model
/
CommitmentLength
Commitment
Length
sealed
class
CommitmentLength
Inheritors
OneYear
SixtyDays
ThreeYears
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
One
Year
Link copied to clipboard
object
OneYear
:
CommitmentLength
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CommitmentLength
Sixty
Days
Link copied to clipboard
object
SixtyDays
:
CommitmentLength
Three
Years
Link copied to clipboard
object
ThreeYears
:
CommitmentLength
Properties
value
Link copied to clipboard
abstract
val
value
:
String