AWS SDK for .NET Documentation
GetQueueAttributesRequest Class
AmazonAmazon.SQS.ModelGetQueueAttributesRequest Did this page help you?   Yes   No    Tell us about it...
Gets one or all attributes of a queue.
Declaration Syntax
C#
public class GetQueueAttributesRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetQueueAttributesRequest()()()()
Initializes a new instance of the GetQueueAttributesRequest class

AttributeName
The attribute you want to get.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
SQSRequest
 GetQueueAttributesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)