CreateHostedZoneResponse constructor

CreateHostedZoneResponse({
  1. required ChangeInfo changeInfo,
  2. required DelegationSet delegationSet,
  3. required HostedZone hostedZone,
  4. required String location,
  5. VPC? vpc,
})

Implementation

CreateHostedZoneResponse({
  required this.changeInfo,
  required this.delegationSet,
  required this.hostedZone,
  required this.location,
  this.vpc,
});