AWSSQSMessageSystemAttributeName

Objective-C

NS_ENUM(NSInteger, AWSSQSMessageSystemAttributeName) {
    AWSSQSMessageSystemAttributeNameUnknown,
    AWSSQSMessageSystemAttributeNameSenderId,
    AWSSQSMessageSystemAttributeNameSentTimestamp,
    AWSSQSMessageSystemAttributeNameApproximateReceiveCount,
    AWSSQSMessageSystemAttributeNameApproximateFirstReceiveTimestamp,
    AWSSQSMessageSystemAttributeNameSequenceNumber,
    AWSSQSMessageSystemAttributeNameMessageDeduplicationId,
    AWSSQSMessageSystemAttributeNameMessageGroupId,
    AWSSQSMessageSystemAttributeNameAWSTraceHeader,
    AWSSQSMessageSystemAttributeNameDeadLetterQueueSourceArn,
}

Swift

enum AWSSQSMessageSystemAttributeName : Int, @unchecked Sendable

Undocumented