AWS SDK for Kotlin
Toggle table of contents
1.5.89
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
apigatewayv2
/
aws.sdk.kotlin.services.apigatewayv2.model
/
TryItState
Try
It
State
sealed
class
TryItState
Represents the try it state for a product REST endpoint page.
Inheritors
Disabled
Enabled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
TryItState
Enabled
Link copied to clipboard
object
Enabled
:
TryItState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TryItState
Properties
value
Link copied to clipboard
abstract
val
value
:
String