class Amazonite::Sqs::GetQueueAttributesResult

Overview

A list of returned queue attributes.

Included Modules

Defined in:

sqs/get_queue_attributes_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(attributes : Hash(QueueAttributeName, String) | Nil = nil) #

[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 attributes : Hash(QueueAttributeName, String) | Nil #

A map of attributes to their respective values.


[View source]
def attributes=(attributes : Hash(QueueAttributeName, String) | Nil) #

A map of attributes to their respective values.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]