All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.amazon.sqs.ReceiveMessageResponse.peb Maven / Gradle / Ivy

The newest version!


    
        {% for message in model.Messages %}
        
            {{message.messageId}}
            {{message.receiptHandle}}
            {{message.md5OfBody}}
            {{md5OfMessageAttributes}}
            {{message.body}}
            {% for attr in message.attribute %}
                
                    {{attr.name}}
                    
                        {{attr.dataType}}
                        {{attr.value}}
                        {{attr.value}}
                    
                
            {% endfor %}
        
        {% endfor %}
    
    
        11111111-1111-1111-1111-111111111111
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy