AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
apigateway
/
aws.sdk.kotlin.services.apigateway.model
/
ApiKeySourceType
Api
Key
Source
Type
sealed
class
ApiKeySourceType
Inheritors
Authorizer
Header
SdkUnknown
Members
Types
Authorizer
Link copied to clipboard
object
Authorizer
:
ApiKeySourceType
Companion
Link copied to clipboard
object
Companion
Header
Link copied to clipboard
object
Header
:
ApiKeySourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ApiKeySourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String