GetHostedZoneResponse constructor
GetHostedZoneResponse({
- required HostedZone hostedZone,
- DelegationSet? delegationSet,
- List<
VPC> ? vPCs,
Implementation
GetHostedZoneResponse({
required this.hostedZone,
this.delegationSet,
this.vPCs,
});