ListObjectAttributesResponse constructor

ListObjectAttributesResponse({
  1. List<AttributeKeyAndValue>? attributes,
  2. String? nextToken,
})

Implementation

ListObjectAttributesResponse({
  this.attributes,
  this.nextToken,
});