CreateHostedZoneResponse constructor
CreateHostedZoneResponse({
- required ChangeInfo changeInfo,
- required DelegationSet delegationSet,
- required HostedZone hostedZone,
- required String location,
- VPC? vpc,
Implementation
CreateHostedZoneResponse({
required this.changeInfo,
required this.delegationSet,
required this.hostedZone,
required this.location,
this.vpc,
});