A list of attributes returned by the GetQueueAttributesRequest.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetQueueAttributesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | GetQueueAttributesResult |