AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
ReferenceType
Reference
Type
sealed
class
ReferenceType
Inheritors
Attachment
ContactAnalysis
Date
Email
EmailMessage
Number
String
Url
SdkUnknown
Members
Types
Attachment
Link copied to clipboard
object
Attachment
:
ReferenceType
Companion
Link copied to clipboard
object
Companion
Contact
Analysis
Link copied to clipboard
object
ContactAnalysis
:
ReferenceType
Date
Link copied to clipboard
object
Date
:
ReferenceType
Email
Link copied to clipboard
object
Email
:
ReferenceType
Email
Message
Link copied to clipboard
object
EmailMessage
:
ReferenceType
Number
Link copied to clipboard
object
Number
:
ReferenceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReferenceType
String
Link copied to clipboard
object
String
:
ReferenceType
Url
Link copied to clipboard
object
Url
:
ReferenceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String