ListTypedLinkFacetAttributesResponse constructor

ListTypedLinkFacetAttributesResponse({
  1. List<TypedLinkAttributeDefinition>? attributes,
  2. String? nextToken,
})

Implementation

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