AccessEndpoint constructor

AccessEndpoint({
  1. required AccessEndpointType endpointType,
  2. String? vpceId,
})

Implementation

AccessEndpoint({
  required this.endpointType,
  this.vpceId,
});