A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SQS/Resource.html below:

Resource — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SQS::Resource Overview

This class provides a resource oriented interface for Amazon SQS. To create a resource object:

resource = Aws::SQS::Resource.new

You can supply a client object with custom configuration that will be used for all resource operations. If you do not pass :client, a default client will be constructed.

client = Aws::SQS::Client.new(region: 'us-west-2')
resource = Aws::SQS::Resource.new(client: client)
Resource Resource Classes

Aws::SQS::Resource has the following resource classes:

Attribute Summary collapse Instance Attribute Summary Attributes inherited from Resources::Resource

#client, #identifiers

Instance Method Summary collapse Methods inherited from Resources::Resource

add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until

Methods included from Resources::OperationMethods

#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations

Constructor Details #initialize(options = {}) ⇒ Object #initialize(options = {}) ⇒ Object Instance Method Details #create_queue(options = {}) ⇒ Queue #get_queue_by_name(options = {}) ⇒ Queue #queues(options = {}) ⇒ Collection<Queue>

Returns a Collection of Queue resources. No API requests are made until you call an enumerable method on the collection. Client#list_queues will be called multiple times until every Queue has been yielded.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4