DescribeParameterGroupsResponse constructor
DescribeParameterGroupsResponse({
- String? nextToken,
- List<
ParameterGroup> ? parameterGroups,
Implementation
DescribeParameterGroupsResponse({
this.nextToken,
this.parameterGroups,
});