AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
AttributeDataType
Attribute
Data
Type
sealed
class
AttributeDataType
Inheritors
Boolean
Datetime
Number
String
SdkUnknown
Members
Types
Boolean
Link copied to clipboard
object
Boolean
:
AttributeDataType
Companion
Link copied to clipboard
object
Companion
Datetime
Link copied to clipboard
object
Datetime
:
AttributeDataType
Number
Link copied to clipboard
object
Number
:
AttributeDataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttributeDataType
String
Link copied to clipboard
object
String
:
AttributeDataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String