struct AWS::SQS::Message

Defined in:

sqs/message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : UUID, receipt_handle : String, md5 : String, body : String, attributes : Hash(String, String), message_attributes : Hash(String, Float64 | Int64 | Slice(UInt8) | String)) #

[View source]

Class Method Detail

def self.from_xml(xml : String) #

[View source]
def self.from_xml(xml : XML::Node) #

[View source]

Instance Method Detail

def body : String #

[View source]
def id : UUID #

[View source]
def md5 : String #

[View source]
def receipt_handle : String #

[View source]