AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
amplifybackend
/
aws.sdk.kotlin.services.amplifybackend.model
/
AuthResources
Auth
Resources
sealed
class
AuthResources
Inheritors
IdentityPoolAndUserPool
UserPoolOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Identity
Pool
And
User
Pool
Link copied to clipboard
object
IdentityPoolAndUserPool
:
AuthResources
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthResources
User
Pool
Only
Link copied to clipboard
object
UserPoolOnly
:
AuthResources
Properties
value
Link copied to clipboard
abstract
val
value
:
String