ListHostedZonesByVPCResponse constructor
ListHostedZonesByVPCResponse({
- required List<
HostedZoneSummary> hostedZoneSummaries, - required String maxItems,
- String? nextToken,
Implementation
ListHostedZonesByVPCResponse({
required this.hostedZoneSummaries,
required this.maxItems,
this.nextToken,
});