AWS SDK for Kotlin
Toggle table of contents
1.4.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sqs
/
aws.sdk.kotlin.services.sqs.model
/
MessageSystemAttributeName
Message
System
Attribute
Name
sealed
class
MessageSystemAttributeName
Inheritors
AwsTraceHeader
All
ApproximateFirstReceiveTimestamp
ApproximateReceiveCount
DeadLetterQueueSourceArn
MessageDeduplicationId
MessageGroupId
SenderId
SentTimestamp
SequenceNumber
SdkUnknown
Members
Types
All
Link copied to clipboard
object
All
:
MessageSystemAttributeName
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