ListAttributesResponse constructor

ListAttributesResponse({
  1. List<Attribute>? attributes,
  2. String? nextToken,
})

Implementation

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