A list of attributes returned by the GetQueueAttributesRequest.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetQueueAttributesResult
Public Class GetQueueAttributesResult
public ref class GetQueueAttributesResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetQueueAttributesResult()()()()
Initializes a new instance of the GetQueueAttributesResult class
ApproximateNumberOfMessages
Gets the approximate number of messages from the Attributes collection.
ApproximateNumberOfMessagesDelayed
Gets the approximate number of messages delayed from the Attributes collection.
ApproximateNumberOfMessagesNotVisible
Gets the approximate number of messages not visible from the Attributes collection.
Attribute
Gets and sets the Attribute property. Name and value pair of an attribute associated with the queue.
CreatedTimestamp
Gets the created timestamp from the Attributes collection.
DelaySeconds
Gets the delay in seconds from the Attributes collection.
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.)
IsSetAttribute()()()()
Checks if Attribute property is set
LastModifiedTimestamp
Gets the last modified timestamp from the Attributes collection.
MaximumMessageSize
Gets the maximum message size from the Attributes collection.
MessageRetentionPeriod
Returns the message retention period from the Attributes collection.
Policy
Gets the queue access policy from the Attributes collection.
QueueARN
Gets the queue arn from the Attributes collection.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VisibilityTimeout
Gets the visibility timeout from the Attributes collection.

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..GetQueueAttributesResult

See Also