Attribute accessor, allows getting or setting of an individual attribute.

C# |
public DynamoDBEntry this[ string key ] { get; set; }

- key (String)
- Name of the attribute.

Current value of the attribute.
C# |
public DynamoDBEntry this[ string key ] { get; set; }