class
Amazonite::Sqs::GetQueueAttributesResult
- Amazonite::Sqs::GetQueueAttributesResult
- Reference
- Object
Overview
A list of returned queue attributes.
Included Modules
- JSON::Serializable
Defined in:
sqs/get_queue_attributes_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attributes : Hash(QueueAttributeName, String) | Nil
A map of attributes to their respective values.
-
#attributes=(attributes : Hash(QueueAttributeName, String) | Nil)
A map of attributes to their respective values.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def attributes : Hash(QueueAttributeName, String) | Nil
#
A map of attributes to their respective values.
def attributes=(attributes : Hash(QueueAttributeName, String) | Nil)
#
A map of attributes to their respective values.