menu
aws_route53_api package
documentation
route53-2013-04-01.dart
AssociateVPCWithHostedZoneRequest
AssociateVPCWithHostedZoneRequest constructor
AssociateVPCWithHostedZoneRequest constructor
dark_mode
light_mode
AssociateVPCWithHostedZoneRequest
constructor
AssociateVPCWithHostedZoneRequest
(
{
required
String
hostedZoneId
,
required
VPC
vpc
,
String
?
comment
,
})
Implementation
AssociateVPCWithHostedZoneRequest({ required this.hostedZoneId, required this.vpc, this.comment, });
aws_route53_api package
documentation
route53-2013-04-01
AssociateVPCWithHostedZoneRequest
AssociateVPCWithHostedZoneRequest constructor
AssociateVPCWithHostedZoneRequest class