GetDedicatedIpsResponse constructor

GetDedicatedIpsResponse({
  1. List<DedicatedIp>? dedicatedIps,
  2. String? nextToken,
})

Implementation

GetDedicatedIpsResponse({
  this.dedicatedIps,
  this.nextToken,
});