class Aws::DynamoDB::Types::AttributeValue
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/AttributeValue AWS API Documentation
@return [Boolean]
‘“BOOL”: true`
An attribute of type Boolean. For example:
@!attribute [rw] bool
@return [Boolean]
`“NULL”: true`
An attribute of type Null. For example:
@!attribute [rw] null
@return [Array<Types::AttributeValue>]
`“L”: [ {“S”: “Cookies”} , {“S”: “Coffee”}, {“N”: “3.14159”}]`
An attribute of type List. For example:
@!attribute [rw] l
@return [Hash<String,Types::AttributeValue>]
`“M”: {“Name”: {“S”: “Joe”}, “Age”: {“N”: “35”}}`
An attribute of type Map. For example:
@!attribute [rw] m
@return [Array<String>]
`“BS”: [“U3Vubnk=”, “UmFpbnk=”, “U25vd3k=”]`
An attribute of type Binary Set. For example:
@!attribute [rw] bs
@return [Array<String>]
operations.
DynamoDB treats them as number type attributes for mathematical
maximize compatibility across languages and libraries. However,
Numbers are sent across the network to DynamoDB as strings, to
`“NS”: [“42.2”, “-19”, “7.5”, “3.14”]`
An attribute of type Number Set. For example:
@!attribute [rw] ns
@return [Array<String>]
`“SS”: [“Giraffe”, “Hippo” ,“Zebra”]`
An attribute of type String Set. For example:
@!attribute [rw] ss
@return [String]
`“B”: “dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk”`
An attribute of type Binary. For example:
@!attribute [rw] b
@return [String]
operations.
DynamoDB treats them as number type attributes for mathematical
maximize compatibility across languages and libraries. However,
Numbers are sent across the network to DynamoDB as strings, to
`“N”: “123.45”`
An attribute of type Number. For example:
@!attribute [rw] n
@return [String]
`“S”: “Hello”`
An attribute of type String. For example:
@!attribute [rw] s<br><br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes<br><br><br><br>Developer Guide*.
For more information, see [Data Types] in the *Amazon DynamoDB
the data type, and the value is the data itself.
Each attribute value is described as a name-value pair. The name is
Represents the data for an attribute.