AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qbusiness
/
aws.sdk.kotlin.services.qbusiness.model
/
DataAccessorAuthenticationType
Data
Accessor
Authentication
Type
sealed
class
DataAccessorAuthenticationType
The type of authentication mechanism used by the data accessor.
Inheritors
AwsIamIdcAuthCode
AwsIamIdcTti
SdkUnknown
Members
Types
Aws
Iam
Idc
Auth
Code
Link copied to clipboard
object
AwsIamIdcAuthCode
:
DataAccessorAuthenticationType
Aws
Iam
Idc
Tti
Link copied to clipboard
object
AwsIamIdcTti
:
DataAccessorAuthenticationType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataAccessorAuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String