AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafka
/
aws.sdk.kotlin.services.kafka.model
/
UserIdentityType
User
Identity
Type
sealed
class
UserIdentityType
The identity type of the requester that calls the API operation.
Inheritors
Awsaccount
Awsservice
SdkUnknown
Members
Types
Awsaccount
Link copied to clipboard
object
Awsaccount
:
UserIdentityType
Awsservice
Link copied to clipboard
object
Awsservice
:
UserIdentityType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserIdentityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String