AWS SDK for Kotlin
Toggle table of contents
1.8.26
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
agentregistrycontrol
/
aws.sdk.kotlin.services.agentregistrycontrol.model
/
InboundTokenClaimValueType
Inbound
Token
Claim
Value
Type
sealed
class
InboundTokenClaimValueType
The value type of a claim in an inbound JWT.
Inheritors
String
StringArray
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InboundTokenClaimValueType
String
Link copied to clipboard
object
String
:
InboundTokenClaimValueType
String
Array
Link copied to clipboard
object
StringArray
:
InboundTokenClaimValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String