ListFacetAttributesResponse constructor

ListFacetAttributesResponse({
  1. List<FacetAttribute>? attributes,
  2. String? nextToken,
})

Implementation

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