C# Class Amazon.SQS.QueueAttributeName

Constants used for properties of type QueueAttributeName.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
All QueueAttributeName
ApproximateNumberOfMessages QueueAttributeName
ApproximateNumberOfMessagesDelayed QueueAttributeName
ApproximateNumberOfMessagesNotVisible QueueAttributeName
ContentBasedDeduplication QueueAttributeName
CreatedTimestamp QueueAttributeName
DelaySeconds QueueAttributeName
FifoQueue QueueAttributeName
LastModifiedTimestamp QueueAttributeName
MaximumMessageSize QueueAttributeName
MessageRetentionPeriod QueueAttributeName
Policy QueueAttributeName
QueueArn QueueAttributeName
ReceiveMessageWaitTimeSeconds QueueAttributeName
RedrivePolicy QueueAttributeName
VisibilityTimeout QueueAttributeName

Public Methods

Method Description
FindValue ( string value ) : QueueAttributeName

Finds the constant for the unique value.

QueueAttributeName ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : QueueAttributeName
value string The unique value for the constant
return QueueAttributeName

QueueAttributeName() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public QueueAttributeName ( string value ) : System
value string
return System

Property Details

All public static property

Constant All for QueueAttributeName
public static QueueAttributeName,Amazon.SQS All
return QueueAttributeName

ApproximateNumberOfMessages public static property

Constant ApproximateNumberOfMessages for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessages
return QueueAttributeName

ApproximateNumberOfMessagesDelayed public static property

Constant ApproximateNumberOfMessagesDelayed for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesDelayed
return QueueAttributeName

ApproximateNumberOfMessagesNotVisible public static property

Constant ApproximateNumberOfMessagesNotVisible for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesNotVisible
return QueueAttributeName

ContentBasedDeduplication public static property

Constant ContentBasedDeduplication for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ContentBasedDeduplication
return QueueAttributeName

CreatedTimestamp public static property

Constant CreatedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS CreatedTimestamp
return QueueAttributeName

DelaySeconds public static property

Constant DelaySeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS DelaySeconds
return QueueAttributeName

FifoQueue public static property

Constant FifoQueue for QueueAttributeName
public static QueueAttributeName,Amazon.SQS FifoQueue
return QueueAttributeName

LastModifiedTimestamp public static property

Constant LastModifiedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS LastModifiedTimestamp
return QueueAttributeName

MaximumMessageSize public static property

Constant MaximumMessageSize for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MaximumMessageSize
return QueueAttributeName

MessageRetentionPeriod public static property

Constant MessageRetentionPeriod for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MessageRetentionPeriod
return QueueAttributeName

Policy public static property

Constant Policy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS Policy
return QueueAttributeName

QueueArn public static property

Constant QueueArn for QueueAttributeName
public static QueueAttributeName,Amazon.SQS QueueArn
return QueueAttributeName

ReceiveMessageWaitTimeSeconds public static property

Constant ReceiveMessageWaitTimeSeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ReceiveMessageWaitTimeSeconds
return QueueAttributeName

RedrivePolicy public static property

Constant RedrivePolicy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS RedrivePolicy
return QueueAttributeName

VisibilityTimeout public static property

Constant VisibilityTimeout for QueueAttributeName
public static QueueAttributeName,Amazon.SQS VisibilityTimeout
return QueueAttributeName