class
Amazonite::Sns::PublishBatchResultEntry
- Amazonite::Sns::PublishBatchResultEntry
- Reference
- Object
Overview
Encloses data related to a successful message in a batch request for topic.
Defined in:
sns/publish_batch_result_entry.crConstructors
- .from_xml(node : XML::Node) : self
- .new(id : String | Nil = nil, message_id : String | Nil = nil, sequence_number : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The
Idof an entry in a batch request. -
#id=(id : String | Nil)
The
Idof an entry in a batch request. -
#message_id : String | Nil
An identifier for the message.
-
#message_id=(message_id : String | Nil)
An identifier for the message.
-
#sequence_number : String | Nil
This parameter applies only to FIFO (first-in-first-out) topics.
-
#sequence_number=(sequence_number : String | Nil)
This parameter applies only to FIFO (first-in-first-out) topics.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
This parameter applies only to FIFO (first-in-first-out) topics.
The large, non-consecutive number that Amazon SNS assigns to each message.
The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a
particular MessageGroupId.
This parameter applies only to FIFO (first-in-first-out) topics.
The large, non-consecutive number that Amazon SNS assigns to each message.
The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a
particular MessageGroupId.