VpcDestinationSummary constructor

VpcDestinationSummary({
  1. String? roleArn,
  2. List<String>? securityGroups,
  3. List<String>? subnetIds,
  4. String? vpcId,
})

Implementation

VpcDestinationSummary({
  this.roleArn,
  this.securityGroups,
  this.subnetIds,
  this.vpcId,
});