ListDedicatedIpPoolsResponse constructor

ListDedicatedIpPoolsResponse({
  1. List<String>? dedicatedIpPools,
  2. String? nextToken,
})

Implementation

ListDedicatedIpPoolsResponse({
  this.dedicatedIpPools,
  this.nextToken,
});