class Aws::Sqs::Client
- Aws::Sqs::Client
- Reference
- Object
Overview
An Sqs client for interacting with Sqs.
Creating an Sqs Client
client = Client.new("region", "key", "secret")
Client with custom endpoint
client = Client.new("region", "key", "secret", endpoint: "http://test.com")
Client with custom signer algorithm
client = Client.new("region", "key", "secret", signer: :v2)
Defined in:
aws/sqs/client.crConstructors
Instance Method Summary
Constructor Detail
def self.new(region : String, aws_access_key : String, aws_secret_key : String, endpoint : String | Nil = nil, signer : Symbol = :v4)
#