GetAttributeValuesResponse constructor

GetAttributeValuesResponse({
  1. List<AttributeValue>? attributeValues,
  2. String? nextToken,
})

Implementation

GetAttributeValuesResponse({
  this.attributeValues,
  this.nextToken,
});