Attribute accessor, allows getting or setting of an individual attribute.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public DynamoDBEntry this[ string key ] { get; set; }
 Parameters
 Parameters- key (String)
- Name of the attribute.
 Return Value
 Return ValueCurrent value of the attribute.