ListAssociationVersionsResult constructor

ListAssociationVersionsResult({
  1. List<AssociationVersionInfo>? associationVersions,
  2. String? nextToken,
})

Implementation

ListAssociationVersionsResult({
  this.associationVersions,
  this.nextToken,
});