BatchListObjectAttributesResponse constructor

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

Implementation

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