CreateNetworkProfileResponse constructor

CreateNetworkProfileResponse({
  1. String? networkProfileArn,
})

Implementation

CreateNetworkProfileResponse({
  this.networkProfileArn,
});