Amazon.SQS.Model.GetQueueAttributesResult.getAttributeValue C# (CSharp) Method

getAttributeValue() private method

private getAttributeValue ( string field ) : string
field string
return string
        private string getAttributeValue(string field)
        {
            string value = null;
            this.attributes.TryGetValue(field, out value);
            return value;
        }
    }
GetQueueAttributesResult