AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Gets attributes for the specified queue. The following attributes are supported: Going forward, new attributes might be added. If you are writing code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.Some API actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

&Attribute.1=this

&Attribute.2=that

Namespace: Amazon.SQS
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract GetQueueAttributesResponse GetQueueAttributes(
         String queueUrl,
         List<String> attributeNames
)

Parameters

queueUrl
Type: System.String

The URL of the Amazon SQS queue to take action on.

attributeNames
Type: List<System.String>

A list of attributes to retrieve information for.

Return Value
Type: Amazon.SQS.Model.GetQueueAttributesResponse
The response from the GetQueueAttributes service method, as returned by SQS.

Exceptions

ExceptionCondition
InvalidAttributeNameException The attribute referred to does not exist.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5