class Amazonite::Sqs::ChangeMessageVisibilityBatchResultEntry

Overview

Encloses the Id of an entry in ChangeMessageVisibilityBatch.

Included Modules

Defined in:

sqs/change_message_visibility_batch_result_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(id : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def id : String #

Represents a message whose visibility timeout has been changed successfully.


[View source]
def id=(id : String) #

Represents a message whose visibility timeout has been changed successfully.


[View source]
def validate! : Nil #

[View source]