Packagecom.amazonaws.services.sqs
Classpublic class GetQueueAttributesEnum
InheritanceGetQueueAttributesEnum Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Since : February 7. 2011
Runtime Versions : Flash Player 10.1, AIR 2.5

GetQueueAttributes parameters and attributes.



Public Methods
 MethodDefined By
  
toString():String
Returns the GetQueueAttributes action attribute.
GetQueueAttributesEnum
  
[static] Returns the enum constant of this type with the specified name.
GetQueueAttributesEnum
  
values():Array
[static] Returns an array containing the constants of this enum type, in the order they are declared.
GetQueueAttributesEnum
Public Constants
 ConstantDefined By
  ALL : GetQueueAttributesEnum
[static] Attribute 'All'
GetQueueAttributesEnum
  APPROXIMATE_NUMBER_OF_MESSAGES : GetQueueAttributesEnum
[static] Attribute 'ApproximateNumberOfMessages'
GetQueueAttributesEnum
  APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE : GetQueueAttributesEnum
[static] Attribute 'ApproximateNumberOfMessagesNotVisible'
GetQueueAttributesEnum
  ATTRIBUTE_NAME : GetQueueAttributesEnum
[static] The attribute you want to get.
GetQueueAttributesEnum
  CREATED_TIMESTAMP : GetQueueAttributesEnum
[static] Attribute 'CreatedTimestamp'
GetQueueAttributesEnum
  LAST_MODIFIED_TIMESTAMP : GetQueueAttributesEnum
[static] Attribute 'LastModifiedTimestamp'
GetQueueAttributesEnum
  MAXIMUM_MESSAGE_SIZE : GetQueueAttributesEnum
[static] Attribute 'MaximumMessageSize'
GetQueueAttributesEnum
  MESSAGE_RETENTION_PERIOD : GetQueueAttributesEnum
[static] Attribute 'MessageRetentionPeriod'
GetQueueAttributesEnum
  POLICY : GetQueueAttributesEnum
[static] Attribute 'Policy'
GetQueueAttributesEnum
  QUEUE_ARN : GetQueueAttributesEnum
[static] Attribute 'QueueArn'
GetQueueAttributesEnum
  REQUEST_ID : GetQueueAttributesEnum
[static] Unique RequestId from response.
GetQueueAttributesEnum
  VISIBILITY_TIMEOUT : GetQueueAttributesEnum
[static] Attribute 'VisibilityTimeout'
GetQueueAttributesEnum
Method Detail
toString()method
public function toString():String

Returns the GetQueueAttributes action attribute.

Returns
String — The name of this attribute.
valueOf()method 
public static function valueOf(name:String):GetQueueAttributesEnum

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters

name:String — the name of the enum constant to be returned.

Returns
GetQueueAttributesEnum — the enum constant with the specified name

Throws
TypeError — if the argument is null
 
ArgumentError — if this enum type has no constant with the specified name
values()method 
public static function values():Array

Returns an array containing the constants of this enum type, in the order they are declared.

Returns
Array

Example
This function may be used to iterate over the constants as follows:
           for each (var attribute:GetQueueAttributesEnum in GetQueueAttributesEnum.values()) {
                     // do something with attribute object...
               
           }
         

Constant Detail
ALLConstant
public static const ALL:GetQueueAttributesEnum

Attribute 'All'

APPROXIMATE_NUMBER_OF_MESSAGESConstant 
public static const APPROXIMATE_NUMBER_OF_MESSAGES:GetQueueAttributesEnum

Attribute 'ApproximateNumberOfMessages'

APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLEConstant 
public static const APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE:GetQueueAttributesEnum

Attribute 'ApproximateNumberOfMessagesNotVisible'

ATTRIBUTE_NAMEConstant 
public static const ATTRIBUTE_NAME:GetQueueAttributesEnum

The attribute you want to get.

CREATED_TIMESTAMPConstant 
public static const CREATED_TIMESTAMP:GetQueueAttributesEnum

Attribute 'CreatedTimestamp'

LAST_MODIFIED_TIMESTAMPConstant 
public static const LAST_MODIFIED_TIMESTAMP:GetQueueAttributesEnum

Attribute 'LastModifiedTimestamp'

MAXIMUM_MESSAGE_SIZEConstant 
public static const MAXIMUM_MESSAGE_SIZE:GetQueueAttributesEnum

Attribute 'MaximumMessageSize'

MESSAGE_RETENTION_PERIODConstant 
public static const MESSAGE_RETENTION_PERIOD:GetQueueAttributesEnum

Attribute 'MessageRetentionPeriod'

POLICYConstant 
public static const POLICY:GetQueueAttributesEnum

Attribute 'Policy'

QUEUE_ARNConstant 
public static const QUEUE_ARN:GetQueueAttributesEnum

Attribute 'QueueArn'

REQUEST_IDConstant 
public static const REQUEST_ID:GetQueueAttributesEnum

Unique RequestId from response.

VISIBILITY_TIMEOUTConstant 
public static const VISIBILITY_TIMEOUT:GetQueueAttributesEnum

Attribute 'VisibilityTimeout'