toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ssmcontacts
/
aws.sdk.kotlin.services.ssmcontacts.model
/
ReceiptType
Receipt
Type
sealed
class
ReceiptType
Inheritors
Delivered
Error
Read
Sent
Stop
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delivered
Link copied to clipboard
object
Delivered
:
ReceiptType
Error
Link copied to clipboard
object
Error
:
ReceiptType
Read
Link copied to clipboard
object
Read
:
ReceiptType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReceiptType
Sent
Link copied to clipboard
object
Sent
:
ReceiptType
Stop
Link copied to clipboard
object
Stop
:
ReceiptType
Properties
value
Link copied to clipboard
abstract
val
value
:
String