toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
UserTrustProviderType
User
Trust
Provider
Type
sealed
class
UserTrustProviderType
Inheritors
IamIdentityCenter
Oidc
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Iam
Identity
Center
Link copied to clipboard
object
IamIdentityCenter
:
UserTrustProviderType
Oidc
Link copied to clipboard
object
Oidc
:
UserTrustProviderType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserTrustProviderType
Properties
value
Link copied to clipboard
abstract
val
value
:
String