class
Amazonite::Sns::PublishBatchResponse
- Amazonite::Sns::PublishBatchResponse
- Reference
- Object
Defined in:
sns/publish_batch_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(successful : Array(PublishBatchResultEntry) | Nil = nil, failed : Array(BatchResultErrorEntry) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failed : Array(BatchResultErrorEntry) | Nil
A list of failed
PublishBatchresponses. -
#failed=(failed : Array(BatchResultErrorEntry) | Nil)
A list of failed
PublishBatchresponses. -
#hash(hasher)
See
Object#hash(hasher) -
#successful : Array(PublishBatchResultEntry) | Nil
A list of successful
PublishBatchresponses. -
#successful=(successful : Array(PublishBatchResultEntry) | Nil)
A list of successful
PublishBatchresponses. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(successful : Array(PublishBatchResultEntry) | Nil = nil, failed : Array(BatchResultErrorEntry) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def successful : Array(PublishBatchResultEntry) | Nil
#
A list of successful PublishBatch responses.
def successful=(successful : Array(PublishBatchResultEntry) | Nil)
#
A list of successful PublishBatch responses.