GetDedicatedIpsResponse constructor
GetDedicatedIpsResponse({
- List<
DedicatedIp> ? dedicatedIps, - String? nextToken,
Implementation
GetDedicatedIpsResponse({
this.dedicatedIps,
this.nextToken,
});