SendMessageBatchEntry
constructor(Id: String, MessageBody: String, DelaySeconds: Int?, MessageAttributes: Map<String, MessageFieldsDto>?, MessageDeduplicationId: String?, MessageGroupId: String?, MessageSystemAttributes: Map<String, MessageFieldsDto>?)(source)
constructor(id: String, payload: String, delaySeconds: Int? = null, attributes: List<MessageAttribute>? = null, deduplicationId: String? = null, messageGroupId: String? = null, messageSystemAttributes: List<MessageSystemAttribute>? = null)(source)