ListHsmsResponse constructor

ListHsmsResponse({
  1. List<String>? hsmList,
  2. String? nextToken,
})

Implementation

ListHsmsResponse({
  this.hsmList,
  this.nextToken,
});