GetHostedZoneResponse constructor

GetHostedZoneResponse({
  1. required HostedZone hostedZone,
  2. DelegationSet? delegationSet,
  3. List<VPC>? vPCs,
})

Implementation

GetHostedZoneResponse({
  required this.hostedZone,
  this.delegationSet,
  this.vPCs,
});