ListConfigurationsResponse constructor

ListConfigurationsResponse({
  1. List<Map<String, String>>? configurations,
  2. String? nextToken,
})

Implementation

ListConfigurationsResponse({
  this.configurations,
  this.nextToken,
});