AccessEndpoint constructor
AccessEndpoint({
- required AccessEndpointType endpointType,
- String? vpceId,
Implementation
AccessEndpoint({
required this.endpointType,
this.vpceId,
});