AttributeValue.array constructor

AttributeValue.array(
  1. List<AttributeValue> value
)

Implementation

AttributeValue.array(List<AttributeValue> value) : this._raw(value, 6);