SQSMessageAttribute

Types

Link copied to clipboard
class ListValue(values: List<String>, category: String, typePrefix: String, val name: String, val dataType: DataType) : SQSMessageAttribute
Link copied to clipboard
class SingularValue(val name: String, category: String, typePrefix: String, val value: String, val dataType: DataType) : SQSMessageAttribute

Properties

Link copied to clipboard
open override val dataType: DataType
Link copied to clipboard
open override val name: String
Link copied to clipboard
abstract val value: String

Functions

Link copied to clipboard
abstract fun toDto(): MessageFieldsDto
Link copied to clipboard
open override fun toFields(index: Int): Map<String, String>