Gets one or all attributes of a queue.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetQueueAttributesRequest : SQSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetQueueAttributesRequest()()()() | Initializes a new instance of the GetQueueAttributesRequest class | 
|  | AttributeName | 
            The attribute you want to get.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAttributeName()()()() | 
            Checks if AttributeName property is set
             | 
|  | IsSetQueueUrl()()()() | 
            Checks if QueueUrl property is set
             | 
|  | QueueUrl | 
            The URL associated with the Amazon SQS queue.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttributeName(array<String>[]()[][]) | Obsolete. 
            Sets the attribute you want to get.
             | 
|  | WithQueueUrl(String) | Obsolete. 
            Sets the URL associated with the Amazon SQS queue.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SQSRequest | |
|  | GetQueueAttributesRequest | |