AddApplicationVpcConfigurationResponse constructor

AddApplicationVpcConfigurationResponse({
  1. String? applicationARN,
  2. int? applicationVersionId,
  3. VpcConfigurationDescription? vpcConfigurationDescription,
})

Implementation

AddApplicationVpcConfigurationResponse({
  this.applicationARN,
  this.applicationVersionId,
  this.vpcConfigurationDescription,
});