AWS SDK for .NET Documentation
Attribute Class
AmazonAmazon.SQS.ModelAttribute Did this page help you?   Yes   No    Tell us about it...
Name and value pair of an attribute associated with the queue.
Declaration Syntax
C#
public class Attribute
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Attribute()()()()
Initializes a new instance of the Attribute class

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.)
IsSetName()()()()
Checks if Name property is set

IsSetValue()()()()
Checks if Value property is set

Name
Name of the attribute.

ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().)
ToXML()()()()
XML Representation of this object

Value
Values of the attribute.

WithName(String) Obsolete.
Sets the name of the attribute.

WithValue(String) Obsolete.
Sets Values of the attribute.

Inheritance Hierarchy
Object
Attribute

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)