class
Amazonite::Sns::PublishResponse
- Amazonite::Sns::PublishResponse
- Reference
- Object
Overview
Response for Publish action.
Defined in:
sns/publish_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(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) -
#message_id : String | Nil
Unique identifier assigned to the published message.
-
#message_id=(message_id : String | Nil)
Unique identifier assigned to the published message.
-
#sequence_number : String | Nil
This response element applies only to FIFO (first-in-first-out) topics.
-
#sequence_number=(sequence_number : String | Nil)
This response element 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?.
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
Unique identifier assigned to the published message.
Length Constraint: Maximum 100 characters
This response element applies only to FIFO (first-in-first-out) topics.
The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message.
The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each
MessageGroupId.
This response element applies only to FIFO (first-in-first-out) topics.
The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message.
The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each
MessageGroupId.