DescribeParameterGroupsResponse constructor

DescribeParameterGroupsResponse({
  1. String? nextToken,
  2. List<ParameterGroup>? parameterGroups,
})

Implementation

DescribeParameterGroupsResponse({
  this.nextToken,
  this.parameterGroups,
});