ListHostedZonesByVPCResponse constructor

ListHostedZonesByVPCResponse({
  1. required List<HostedZoneSummary> hostedZoneSummaries,
  2. required String maxItems,
  3. String? nextToken,
})

Implementation

ListHostedZonesByVPCResponse({
  required this.hostedZoneSummaries,
  required this.maxItems,
  this.nextToken,
});