toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sqs
/
aws.sdk.kotlin.services.sqs.model
/
MessageSystemAttributeName
Message
System
Attribute
Name
sealed
class
MessageSystemAttributeName
Inheritors
AwsTraceHeader
ApproximateFirstReceiveTimestamp
ApproximateReceiveCount
DeadLetterQueueSourceArn
MessageDeduplicationId
MessageGroupId
SenderId
SentTimestamp
SequenceNumber
SdkUnknown
Members
Types
Approximate
First
Receive
Timestamp
Link copied to clipboard
object
ApproximateFirstReceiveTimestamp
:
MessageSystemAttributeName
Approximate
Receive
Count
Link copied to clipboard
object
ApproximateReceiveCount
:
MessageSystemAttributeName
Aws
Trace
Header
Link copied to clipboard
object
AwsTraceHeader
:
MessageSystemAttributeName
Companion
Link copied to clipboard
object
Companion
Dead
Letter
Queue
Source
Arn
Link copied to clipboard
object
DeadLetterQueueSourceArn
:
MessageSystemAttributeName
Message
Deduplication
Id
Link copied to clipboard
object
MessageDeduplicationId
:
MessageSystemAttributeName
Message
Group
Id
Link copied to clipboard
object
MessageGroupId
:
MessageSystemAttributeName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MessageSystemAttributeName
Sender
Id
Link copied to clipboard
object
SenderId
:
MessageSystemAttributeName
Sent
Timestamp
Link copied to clipboard
object
SentTimestamp
:
MessageSystemAttributeName
Sequence
Number
Link copied to clipboard
object
SequenceNumber
:
MessageSystemAttributeName
Properties
value
Link copied to clipboard
abstract
val
value
:
String