CreateVpcPeeringAuthorizationOutput constructor

CreateVpcPeeringAuthorizationOutput({
  1. VpcPeeringAuthorization? vpcPeeringAuthorization,
})

Implementation

CreateVpcPeeringAuthorizationOutput({
  this.vpcPeeringAuthorization,
});