EndpointDetails constructor

EndpointDetails({
  1. List<String>? addressAllocationIds,
  2. List<String>? securityGroupIds,
  3. List<String>? subnetIds,
  4. String? vpcEndpointId,
  5. String? vpcId,
})

Implementation

EndpointDetails({
  this.addressAllocationIds,
  this.securityGroupIds,
  this.subnetIds,
  this.vpcEndpointId,
  this.vpcId,
});