ListInputsResponse constructor
ListInputsResponse({
- List<
InputSummary> ? inputSummaries, - String? nextToken,
Implementation
ListInputsResponse({
this.inputSummaries,
this.nextToken,
});